public class UncompressInputStream extends FilterInputStream
in
Constructor and Description |
---|
UncompressInputStream(InputStream is) |
public UncompressInputStream(InputStream is) throws IOException
is
- the input stream to decompressIOException
- if the header is malformedpublic int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] buf, int off, int len) throws IOException
read
in class FilterInputStream
IOException
public long skip(long num) throws IOException
skip
in class FilterInputStream
IOException
public int available() throws IOException
available
in class FilterInputStream
IOException
Copyright © 2004–2014. All rights reserved.