StreamUtils.ReadFully Method (Stream, Byte[])

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

StreamUtils.ReadFully Method (Stream, Byte[])

Read from a Stream ensuring all the required data is read.

public static void ReadFully(
   Stream stream,
   byte[] buffer
);

Parameters

stream
The stream to read.
buffer
The buffer to fill.

See Also

StreamUtils Class | ICSharpCode.SharpZipLib.Core Namespace | StreamUtils.ReadFully Overload List