InflaterInputBuffer.ReadRawBuffer Method (Byte[], Int32, Int32)

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

InflaterInputBuffer.ReadRawBuffer Method (Byte[], Int32, Int32)

Read a buffer directly from the input stream

public int ReadRawBuffer(
   byte[] outBuffer,
   int offset,
   int length
);

Parameters

outBuffer
The buffer to read into
offset
The offset to start reading data into.
length
The number of bytes to read.

Return Value

Returns the number of bytes read.

See Also

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