public class MetaBZip2CompressorInputStream extends InputStream
| Constructor and Description |
|---|
MetaBZip2CompressorInputStream(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] dest) |
int |
read(byte[] dest,
int offs,
int len) |
available, close, mark, markSupported, reset, skippublic MetaBZip2CompressorInputStream(InputStream is) throws IOException
IOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] dest,
int offs,
int len)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] dest)
throws IOException
read in class InputStreamIOExceptionCopyright © 2015. All rights reserved.