Call this method just before calling Read(byte[], int, int), to position the pointer in the zip file to the next entry that can be read. Subsequent calls to Read()
, will decrypt and decompress the data in the zip file, until Read()
returns 0.
Each time you call GetNextEntry()
, the pointer in the wrapped stream is moved to the next entry in the zip file. If you call GetNextEntry()
again, to insure that the file pointer is positioned at the beginning of a zip entry.
This method returns the ZipEntry
. Using a stream approach, you will read the raw bytes for an entry in a zip file via calls to Read()
. Alternatively, you can extract an entry into a file, or a stream, by calling ZipEntry.Extract(), or one of its siblings.
public GetNextEntry ( ) : |
||
Результат |