public class ZstdInputStream extends InputStream
| Constructor and Description |
|---|
ZstdInputStream(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
int |
read() |
int |
read(byte[] outputBuffer,
int outputOffset,
int outputLength) |
mark, markSupported, read, reset, skippublic ZstdInputStream(InputStream inputStream)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] outputBuffer,
int outputOffset,
int outputLength)
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2011–2024. All rights reserved.