|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.OutputStream anon.shared.ChannelOutputStream
final class ChannelOutputStream
Field Summary | |
---|---|
(package private) boolean |
m_bIsClosed
|
(package private) AbstractChannel |
m_channel
|
Constructor Summary | |
---|---|
protected |
ChannelOutputStream(AbstractChannel c)
|
Method Summary | |
---|---|
void |
close()
|
(package private) void |
closedByPeer()
|
void |
write(byte[] buff,
int start,
int len)
|
void |
write(int i)
|
Methods inherited from class java.io.OutputStream |
---|
flush, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
boolean m_bIsClosed
AbstractChannel m_channel
Constructor Detail |
---|
protected ChannelOutputStream(AbstractChannel c)
Method Detail |
---|
public void write(int i) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] buff, int start, int len) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void close()
close
in interface java.io.Closeable
close
in class java.io.OutputStream
void closedByPeer()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |