public static interface GZIPArchive.ReadEntry.LazyInflater
Modifier and Type | Method | Description |
---|---|---|
void |
consume() |
Consumes the (possibly) remaining entry content.
|
java.io.InputStream |
get() |
Returns the actual inflater from which the uncompressed entry content may be read.
|
java.io.InputStream get() throws java.io.IOException
java.io.IOException
void consume() throws java.io.IOException
java.io.IOException