ZipInputStream.Read Method

SharpZip Compression Library

SharpZip Compression Library

ZipInputStream.Read Method 

Read a block of bytes from the stream.

public override int Read(
   byte[] destination,
   int index,
   int count
);

Parameters

destination
The destination for the bytes.
index
The index to start storing data.
count
The number of bytes to attempt to read.

Return Value

Returns the number of bytes read.

Remarks

Zero bytes read means end of stream.

See Also

ZipInputStream Class | ICSharpCode.SharpZipLib.Zip Namespace