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()
Gets the amount of raw or compressed bytes read by the stream.
|
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 available()
throws IOException
available in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic long getCompressedCount()
InputStreamStatisticsgetCompressedCount in interface InputStreamStatisticspublic int read()
throws IOException
read in class InputStreamEOFException - if the underlying stream is exhausted before the end of deflated 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 deflated data was reached.IOExceptionCopyright © 2002–2025. All rights reserved.