InflaterInputBuffer.ReadRawBuffer Method (Byte[])

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

InflaterInputBuffer.ReadRawBuffer Method (Byte[])

Read a buffer directly from the input stream

public int ReadRawBuffer(
   byte[] buffer
);

Parameters

buffer
The buffer to fill

Return Value

Returns the number of bytes read.

See Also

InflaterInputBuffer Class | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace | InflaterInputBuffer.ReadRawBuffer Overload List