java.io.Closeable, java.lang.AutoCloseable, Seekable, IOStatisticsSourceprotected static final class PassthroughCodec.PassthroughDecompressorStream extends DecompressorStream
buffer, closed, decompressor, eofin, maxAvailableData| Modifier and Type | Method | 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 java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read()
throws java.io.IOException
read in class DecompressorStreamjava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
CompressionInputStreamread in class DecompressorStreamjava.io.IOExceptionpublic long skip(long n)
throws java.io.IOException
skip in class DecompressorStreamjava.io.IOExceptionpublic int available()
throws java.io.IOException
available in class DecompressorStreamjava.io.IOExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.