public abstract class BaseInputStream extends InputStream
Constructor and Description |
---|
BaseInputStream() |
Modifier and Type | Method and Description |
---|---|
int |
available() |
UnzipEngine |
getUnzipEngine() |
int |
read() |
void |
seek(long pos) |
close, mark, markSupported, read, read, reset, skip
public int read() throws IOException
read
in class InputStream
IOException
public void seek(long pos) throws IOException
IOException
public int available() throws IOException
available
in class InputStream
IOException
public UnzipEngine getUnzipEngine()
Copyright © 2013. All rights reserved.