public class ZstdDecompressorStream
extends org.apache.hadoop.io.compress.CompressionInputStream
| Constructor and Description |
|---|
ZstdDecompressorStream(InputStream stream) |
ZstdDecompressorStream(InputStream stream,
com.github.luben.zstd.BufferPool pool) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
resetState() |
getIOStatistics, getPos, seek, seekToNewSourceavailable, mark, markSupported, read, reset, skippublic ZstdDecompressorStream(InputStream stream) throws IOException
IOExceptionpublic ZstdDecompressorStream(InputStream stream, com.github.luben.zstd.BufferPool pool) throws IOException
IOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class org.apache.hadoop.io.compress.CompressionInputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic void resetState()
throws IOException
resetState in class org.apache.hadoop.io.compress.CompressionInputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class org.apache.hadoop.io.compress.CompressionInputStreamIOExceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.