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