public class LzopOutputStream extends org.apache.hadoop.io.compress.CompressionOutputStream
Constructor and Description |
---|
LzopOutputStream(OutputStream out,
LzoCompressor.CompressionStrategy strategy,
int bufferSize) |
Modifier and Type | Method and Description |
---|---|
void |
finish() |
void |
resetState() |
void |
write(byte[] buf,
int off,
int len) |
void |
write(int b) |
write
public LzopOutputStream(OutputStream out, LzoCompressor.CompressionStrategy strategy, int bufferSize) throws IOException
IOException
public void write(byte[] buf, int off, int len) throws IOException
write
in class org.apache.hadoop.io.compress.CompressionOutputStream
IOException
public void write(int b) throws IOException
write
in class OutputStream
IOException
public void finish() throws IOException
finish
in class org.apache.hadoop.io.compress.CompressionOutputStream
IOException
public void resetState() throws IOException
resetState
in class org.apache.hadoop.io.compress.CompressionOutputStream
IOException