public class Deflate64CompressorInputStream extends CompressorInputStream implements InputStreamStatistics
| Constructor and Description |
|---|
Deflate64CompressorInputStream(InputStream in)
Constructs a Deflate64CompressorInputStream.
|
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
long |
getCompressedCount() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
count, count, getBytesRead, getCount, getUncompressedCount, pushedBackBytesmark, markSupported, read, reset, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetUncompressedCountpublic Deflate64CompressorInputStream(InputStream in)
in - the stream to read frompublic int read() throws IOException
read in class InputStreamEOFException - if the underlying stream is exhausted before the end of defalted data was reached.IOExceptionpublic int read(byte[] b, int off, int len) throws IOException
read in class InputStreamEOFException - if the underlying stream is exhausted before the end of defalted data was reached.IOExceptionpublic int available() throws IOException
available in class InputStreamIOExceptionpublic void close() throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic long getCompressedCount()
getCompressedCount in interface InputStreamStatisticsCopyright © 2018 The Apache Software Foundation. All rights reserved.