public final class CountingGZIPInputStream
extends java.util.zip.GZIPInputStream
getCompressedBytesRead()
.
Note that this implementation is not thread safe.Modifier and Type | Method and Description |
---|---|
static CountingGZIPInputStream |
create(java.io.InputStream inputStream) |
long |
getCompressedBytesRead() |
public long getCompressedBytesRead()
public static CountingGZIPInputStream create(java.io.InputStream inputStream) throws java.io.IOException
java.io.IOException