public class ZstdOutputStream
extends java.io.FilterOutputStream
| Constructor and Description |
|---|
ZstdOutputStream(java.io.OutputStream outStream) |
ZstdOutputStream(java.io.OutputStream outStream,
int level) |
ZstdOutputStream(java.io.OutputStream outStream,
int level,
boolean closeFrameOnFlush) |
ZstdOutputStream(java.io.OutputStream outStream,
int level,
boolean closeFrameOnFlush,
boolean useChecksum) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
finalize() |
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,
boolean closeFrameOnFlush,
boolean useChecksum)
throws java.io.IOException
java.io.IOExceptionpublic ZstdOutputStream(java.io.OutputStream outStream,
int level,
boolean closeFrameOnFlush)
throws java.io.IOException
java.io.IOExceptionpublic 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.IOExceptionprotected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwable