public class Deflate64CompressorInputStream extends CompressorInputStream implements InputStreamStatistics
Constructor and Description |
---|
Deflate64CompressorInputStream(java.io.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) |
getBytesRead, getCount, getUncompressedCount
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getUncompressedCount
public Deflate64CompressorInputStream(java.io.InputStream in)
in
- the stream to read frompublic int available() throws java.io.IOException
available
in class java.io.InputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
java.io.IOException
public long getCompressedCount()
InputStreamStatistics
getCompressedCount
in interface InputStreamStatistics
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.EOFException
- if the underlying stream is exhausted before the end of deflated data was reached.java.io.IOException
public int read(byte[] b, int off, int len) throws java.io.IOException
read
in class java.io.InputStream
java.io.EOFException
- if the underlying stream is exhausted before the end of deflated data was reached.java.io.IOException
Copyright © 2010 - 2024 Adobe. All Rights Reserved