public static class GZIPArchive.ReadEntry extends GZIPArchive.Entry
GZIPArchive.ReadEntry.LazyInflater.get()
method to get the InputStream
to read from; once (part of) such stream has been read, one must call the GZIPArchive.ReadEntry.LazyInflater.consume()
method before any
subsequent read from the same archive.Modifier and Type | Class | Description |
---|---|---|
static interface |
GZIPArchive.ReadEntry.LazyInflater |
The lazy infalter that can be used to get (part of the) uncompressed entry content.
|
Modifier and Type | Field | Description |
---|---|---|
GZIPArchive.ReadEntry.LazyInflater |
lazyInflater |
comment, compressedSkipLength, crc32, mtime, name, uncompressedSkipLength
Constructor | Description |
---|---|
ReadEntry() |
getComment, getName, setComment, setName, toString
public GZIPArchive.ReadEntry.LazyInflater lazyInflater