|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
com.caucho.quercus.lib.file.ReadStreamInput
com.caucho.quercus.lib.zlib.ZlibInputStream
public class ZlibInputStream
Input from a compressed stream.
Field Summary |
---|
Fields inherited from interface com.caucho.quercus.lib.file.BinaryStream |
---|
SEEK_CUR, SEEK_END, SEEK_SET |
Constructor Summary | |
---|---|
ZlibInputStream(Env env,
BinaryInput in)
|
Method Summary | |
---|---|
BinaryInput |
openCopy()
Opens a new copy. |
boolean |
setPosition(long offset)
Sets the position. |
java.lang.String |
toString()
Converts to a string. |
Methods inherited from class com.caucho.quercus.lib.file.ReadStreamInput |
---|
appendTo, close, closeRead, getAvailable, getInputStream, getPosition, getResourceType, init, isEOF, read, read, read, read, readLine, readOptionalLinefeed, seek, setEncoding, stat, toJavaObject, unread, writeToStream |
Methods inherited from class java.io.InputStream |
---|
available, mark, markSupported, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ZlibInputStream(Env env, BinaryInput in) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public BinaryInput openCopy() throws java.io.IOException
openCopy
in interface BinaryInput
openCopy
in class ReadStreamInput
java.io.IOException
public boolean setPosition(long offset)
setPosition
in interface BinaryInput
setPosition
in interface BinaryStream
setPosition
in class ReadStreamInput
public java.lang.String toString()
ReadStreamInput
toString
in class ReadStreamInput
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |