protected static final class PassthroughCodec.PassthroughDecompressorStream extends DecompressorStream
buffer, closed, decompressor, eofin, maxAvailableData| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len)
Read bytes from the stream.
|
long |
skip(long n) |
checkStream, close, decompress, getCompressedData, mark, markSupported, reset, resetStategetIOStatistics, getPos, seek, seekToNewSourcepublic int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionpublic int read()
throws IOException
read in class DecompressorStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
CompressionInputStreamread in class DecompressorStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class DecompressorStreamIOExceptionpublic int available()
throws IOException
available in class DecompressorStreamIOExceptionCopyright © 2008–2021 Apache Software Foundation. All rights reserved.