public class ZstdOutputStream
extends java.io.FilterOutputStream
| Constructor and Description |
|---|
ZstdOutputStream(java.io.OutputStream outStream) |
ZstdOutputStream(java.io.OutputStream outStream,
int level) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush()
Flushes the output
|
void |
write(byte[] src,
int offset,
int len) |
void |
write(int i) |
public ZstdOutputStream(java.io.OutputStream outStream,
int level)
throws java.io.IOException
java.io.IOExceptionpublic ZstdOutputStream(java.io.OutputStream outStream)
throws java.io.IOException
java.io.IOExceptionpublic void write(byte[] src,
int offset,
int len)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionpublic void write(int i)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionpublic void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class java.io.FilterOutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.FilterOutputStreamjava.io.IOException