public class LzopInputStream extends org.apache.hadoop.io.compress.CompressionInputStream
Constructor and Description |
---|
LzopInputStream(InputStream in) |
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(byte[] buf,
int off,
int len) |
void |
resetState() |
close, getPos, seek, seekToNewSource
available, mark, markSupported, read, reset, skip
public LzopInputStream(InputStream in) throws IOException
IOException
public int read(byte[] buf, int off, int len) throws IOException
read
in class org.apache.hadoop.io.compress.CompressionInputStream
IOException
public int read() throws IOException
read
in class InputStream
IOException
public void resetState() throws IOException
resetState
in class org.apache.hadoop.io.compress.CompressionInputStream
IOException