org.jboss.vfs
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, skip
public 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 InputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in class InputStream
IOException
Copyright © 2013 JBoss, A division of Red Hat, Inc. All Rights Reserved.