public class ZstdDecompressorStream
extends org.apache.hadoop.io.compress.CompressionInputStream
| Constructor and Description |
|---|
ZstdDecompressorStream(InputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
resetState() |
close, getPos, seek, seekToNewSourceavailable, mark, markSupported, read, reset, skippublic ZstdDecompressorStream(InputStream stream) 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.CompressionInputStreamIOExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.