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, writeToStream
public ZipEntryInputStream(BinaryInput in, long position) throws java.io.IOException
java.io.IOException
public BinaryInput openCopy() throws java.io.IOException
openCopy
in interface BinaryInput
openCopy
in class ReadStreamInput
java.io.IOException
public java.lang.String toString()
ReadStreamInput
toString
in class ReadStreamInput