private static final class ZipArchiveInputStream.CurrentEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private long |
bytesRead
Number of bytes of entry content read by the client if the
entry is STORED.
|
private long |
bytesReadFromStream
Number of bytes of entry content read from the stream.
|
private java.util.zip.CRC32 |
crc
The checksum calculated as the current entry is read.
|
private ZipArchiveEntry |
entry
Current ZIP entry.
|
private boolean |
hasDataDescriptor
Does the entry use a data descriptor?
|
private java.io.InputStream |
in
The input stream decompressing the data for shrunk and imploded entries.
|
private boolean |
usesZip64
Does the entry have a ZIP64 extended information extra field.
|
Modifier | Constructor and Description |
---|---|
private |
CurrentEntry() |
private final ZipArchiveEntry entry
private boolean hasDataDescriptor
private boolean usesZip64
private long bytesRead
private long bytesReadFromStream
This may be more than the actual entry's length as some stuff gets buffered up and needs to be pushed back when the end of the entry has been reached.
private final java.util.zip.CRC32 crc
private java.io.InputStream in