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, skippublic int read()
throws IOException
read in class InputStreamIOExceptionpublic void seek(long pos)
throws IOException
IOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic UnzipEngine getUnzipEngine()
Copyright © 2013. All rights reserved.