public class ObjectSetInputStream extends InputStream
| Constructor and Description |
|---|
ObjectSetInputStream(File directory,
String fileName) |
ObjectSetInputStream(ZipFile zipFile,
String fileName) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
available, mark, markSupported, reset, skippublic ObjectSetInputStream(File directory, String fileName) throws IOException
IOExceptionpublic ObjectSetInputStream(ZipFile zipFile, String fileName) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionCopyright © 2015 Revolution Systems Inc.. All rights reserved.