Ionic Zip Library v1.9.1.6
Read Method (buffer, offset, count)
Reference ► Ionic.Zip ► ZipInputStream ► Read(array<Byte>[]()[][], Int32, Int32)
Read the data from the stream into the buffer.
Declaration Syntax
Return Value
the number of bytes read, after decryption and decompression.
Remarks
The data for the zipentry will be decrypted and uncompressed, as necessary, before being copied into the buffer.
You must set the Password property before calling Read() the first time for an encrypted entry. To determine if an entry is encrypted and requires a password, check the ZipEntry.Encryption property.