BZip2OutputStream Constructor (Stream, Int32) |
Namespace:
ICSharpCode.SharpZipLib.BZip2
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public BZip2OutputStream(
Stream stream,
int blockSize
)
Parameters
- stream
- Type: System.IOStream
- blockSize
- Type: SystemInt32
See Also