ZipBlockReader.get

Retrieves the next file from the archive. Note that although this does perform IO operations, it will not read the contents of the file.

The optional reuse argument can be used to instruct the reader to reuse an existing ZipEntry instance. If passed a null reference, it will create a new ZipEntry instance.

  1. ZipEntry get()
  2. ZipEntry get(ZipEntry reuse)
    class ZipBlockReader

Meta