| java.lang.Object com.caucho.quercus.lib.file.AbstractBinaryInputOutput com.caucho.quercus.lib.file.SocketInputOutput
Inner Class :public enum Domain | |
SocketInputOutput | public SocketInputOutput(Env env, Socket socket, Domain domain)(Code) | | |
cleanup | public void cleanup()(Code) | | Implements the EnvCleanup interface.
|
close | public void close()(Code) | | Closes the stream.
|
setError | public void setError(int error)(Code) | | |
setTimeout | public void setTimeout(long timeout)(Code) | | |
write | public void write(byte[] buffer, int offset, int length) throws IOException(Code) | | |
write | public int write(InputStream is, int length)(Code) | | Read length bytes of data from the InputStream
argument and write them to this output stream.
|
Methods inherited from com.caucho.quercus.lib.file.AbstractBinaryInputOutput | public StringValue appendTo(StringValue builder) throws IOException(Code)(Java Doc) public void close()(Code)(Java Doc) public void closeRead()(Code)(Java Doc) public void closeWrite()(Code)(Java Doc) public void flush() throws IOException(Code)(Java Doc) protected Env getEnv()(Code)(Java Doc) public InputStream getInputStream()(Code)(Java Doc) public OutputStream getOutputStream()(Code)(Java Doc) public long getPosition()(Code)(Java Doc) public String getResourceType()(Code)(Java Doc) public void init(ReadStream is, WriteStream os)(Code)(Java Doc) public boolean isEOF()(Code)(Java Doc) public BinaryInput openCopy() throws IOException(Code)(Java Doc) public void print(char v) throws IOException(Code)(Java Doc) public void print(String v) throws IOException(Code)(Java Doc) public int read() throws IOException(Code)(Java Doc) public int read(byte[] buffer, int offset, int length) throws IOException(Code)(Java Doc) public int read(char[] buffer, int offset, int length) throws IOException(Code)(Java Doc) public StringValue read(int length) throws IOException(Code)(Java Doc) public StringValue readLine(long length) throws IOException(Code)(Java Doc) public boolean readOptionalLinefeed() throws IOException(Code)(Java Doc) public long seek(long offset, int whence)(Code)(Java Doc) public void setEncoding(String encoding) throws UnsupportedEncodingException(Code)(Java Doc) public boolean setPosition(long offset)(Code)(Java Doc) public void setTimeout(long timeout)(Code)(Java Doc) public Value stat()(Code)(Java Doc) public Object toJavaObject()(Code)(Java Doc) public String toString()(Code)(Java Doc) public void unread() throws IOException(Code)(Java Doc) public void write(int ch) throws IOException(Code)(Java Doc) public void write(byte[] buffer, int offset, int length) throws IOException(Code)(Java Doc) public int write(InputStream is, int length)(Code)(Java Doc) public void writeToStream(OutputStream os, int length) throws IOException(Code)(Java Doc)
|
|
|