public class VirtualJarFileInputStream extends InputStream
| Constructor and Description |
|---|
VirtualJarFileInputStream(VirtualJarInputStream virtualJarInputStream)
Create with the minimum put length
|
VirtualJarFileInputStream(VirtualJarInputStream virtualJarInputStream,
int bufferLength)
Create with the a specified put size
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
available, mark, markSupported, read, read, reset, skippublic VirtualJarFileInputStream(VirtualJarInputStream virtualJarInputStream)
virtualJarInputStream - The virtual jar input stream to base the stream off ofpublic VirtualJarFileInputStream(VirtualJarInputStream virtualJarInputStream, int bufferLength)
virtualJarInputStream - The virtual jar input stream to base the stream off ofbufferLength - The length of put to usepublic int read()
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.