public final class SnappyOutputStream extends OutputStream
| Constructor and Description |
|---|
SnappyOutputStream(OutputStream os) |
SnappyOutputStream(OutputStream os,
int bufferSizes) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public SnappyOutputStream(OutputStream os)
public SnappyOutputStream(OutputStream os, int bufferSizes)
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 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.