|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.OutputStream org.apache.jk.common.ChannelNioSocket.SocketOutputStream
Method Summary | |
void |
flush()
|
void |
write(byte[] data)
|
void |
write(byte[] data,
int offset,
int len)
|
void |
write(int b)
|
Methods inherited from class java.io.OutputStream |
close |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void write(int b) throws java.io.IOException
java.io.IOException
public void write(byte[] data) throws java.io.IOException
java.io.IOException
public void write(byte[] data, int offset, int len) throws java.io.IOException
java.io.IOException
public void flush() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |