|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.vfs.StreamImpl
com.caucho.vfs.Jar.ZipStreamImpl
public class Jar.ZipStreamImpl
StreamImpl to read from a ZIP file.
Field Summary |
---|
Fields inherited from class com.caucho.vfs.StreamImpl |
---|
_nullPath, _path |
Method Summary | |
---|---|
boolean |
canRead()
Returns true since this is a read stream. |
void |
close()
Closes the stream. |
int |
getAvailable()
Returns the number of bytes available without blocking. |
java.util.zip.ZipEntry |
getZipEntry()
|
int |
read(byte[] buf,
int off,
int len)
Reads the next chunk from the stream. |
Methods inherited from class com.caucho.vfs.StreamImpl |
---|
canWrite, clearWrite, closeWrite, flush, flushBuffer, flushToDisk, getAttribute, getAttributeNames, getFlushOnNewline, getNewline, getPath, getReadBuffer, getReadPosition, hasSkip, isClosed, isEof, isMmapEnabled, isSendfileEnabled, readNonBlock, readTimeout, removeAttribute, seekEnd, seekStart, setAttribute, setPath, setWriteEncoding, skip, write, write, writeMmap, writeSendfile |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.util.zip.ZipEntry getZipEntry()
public boolean canRead()
canRead
in class StreamImpl
public int getAvailable() throws java.io.IOException
StreamImpl
getAvailable
in class StreamImpl
java.io.IOException
public int read(byte[] buf, int off, int len) throws java.io.IOException
StreamImpl
read
in class StreamImpl
buf
- byte array receiving the data.off
- starting offset into the array.len
- number of bytes to read.
java.io.IOException
public void close() throws java.io.IOException
StreamImpl
close
in class StreamImpl
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |