public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | The buffer to hold the data read from the stream. |
offset | int | the offset within the buffer to copy the first byte read. |
count | int | the number of bytes to read. |
return | int |
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
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | The buffer to hold the data read from the stream. |
offset | int | the offset within the buffer to copy the first byte read. |
count | int | the number of bytes to read. |
return | int |