StreamUtilsReadFully Method (Stream, Byte) |
Namespace:
ICSharpCode.SharpZipLib.Core
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static void ReadFully(
Stream stream,
byte[] buffer
)
Parameters
- stream
- Type: System.IOStream
- buffer
- Type: SystemByte
See Also