ChunkedMemoryStream Constructor (Int32) |
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public ChunkedMemoryStream(
int chunkSize
)
Parameters
- chunkSize
- Type: SystemInt32
Size of the underlying chunks.
See Also