final class ChannelOutputStream
extends java.io.OutputStream
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
m_bIsClosed |
(package private) AbstractAnonChannel |
m_channel |
| Modifier | Constructor and Description |
|---|---|
protected |
ChannelOutputStream(AbstractAnonChannel c) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
(package private) void |
closedByPeer() |
void |
write(byte[] buff,
int start,
int len) |
void |
write(int i) |
boolean m_bIsClosed
AbstractAnonChannel m_channel
protected ChannelOutputStream(AbstractAnonChannel c)
public void write(int i)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] buff,
int start,
int len)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.OutputStreamvoid closedByPeer()
Copyright © 2023. All rights reserved.