InflaterInputBuffer.ReadClearTextBuffer Method

SharpZip Compression Library

SharpZip Compression Library

InflaterInputBuffer.ReadClearTextBuffer Method 

Read clear text data from the input stream.

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

Parameters

outBuffer
The buffer to add data to.
offset
The offset to start adding data at.
length
The number of bytes to read.

Return Value

Returns the number of bytes actually read.

See Also

InflaterInputBuffer Class | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace