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, seekToNewSourceavailable, mark, markSupported, read, reset, skippublic LzopInputStream(InputStream in) throws IOException
IOExceptionpublic int read(byte[] buf, int off, int len) throws IOException
read in class org.apache.hadoop.io.compress.CompressionInputStreamIOExceptionpublic int read() throws IOException
read in class InputStreamIOExceptionpublic void resetState() throws IOException
resetState in class org.apache.hadoop.io.compress.CompressionInputStreamIOException