public class ZipEntryInputStream extends ReadStreamInput
SEEK_CUR, SEEK_END, SEEK_SET| Constructor and Description |
|---|
ZipEntryInputStream(BinaryInput in,
long position) |
| Modifier and Type | Method and Description |
|---|---|
BinaryInput |
openCopy()
Opens a copy.
|
java.lang.String |
toString()
Converts to a string.
|
appendTo, close, closeRead, getAvailable, getInputStream, getPosition, getResourceType, init, isEOF, read, read, read, read, readLine, readOptionalLinefeed, seek, setEncoding, setPosition, stat, toJavaObject, unread, writeToStreampublic ZipEntryInputStream(BinaryInput in, long position) throws java.io.IOException
java.io.IOExceptionpublic BinaryInput openCopy() throws java.io.IOException
openCopy in interface BinaryInputopenCopy in class ReadStreamInputjava.io.IOExceptionpublic java.lang.String toString()
ReadStreamInputtoString in class ReadStreamInput