public final class LZ4BlockOutputStream extends OutputStream
| Constructor and Description |
|---|
LZ4BlockOutputStream(OutputStream os) |
LZ4BlockOutputStream(OutputStream os,
int blockSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
finish() |
void |
flush() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public LZ4BlockOutputStream(OutputStream os)
public LZ4BlockOutputStream(OutputStream os, int blockSize)
public void write(int b)
throws IOException
write in class OutputStreamb - IOException - Signals that an I/O exception has occurred.public void write(byte[] b)
throws IOException
write in class OutputStreamb - IOException - Signals that an I/O exception has occurred.public void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamb - off - len - IOException - Signals that an I/O exception has occurred.public void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOException - Signals that an I/O exception has occurred.public void finish()
throws IOException
IOException - Signals that an I/O exception has occurred.public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOException - Signals that an I/O exception has occurred.Copyright © 2021. All rights reserved.