public static class IpcChannel.OutWriter extends Writer
| Modifier and Type | Field and Description |
|---|---|
protected ByteQueue.OutStream |
output |
| Constructor and Description |
|---|
OutWriter(ByteQueue.OutStream output) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
ByteQueue.OutStream |
getOutput() |
boolean |
isClosed() |
void |
write(char[] cbuf,
int off,
int len) |
protected ByteQueue.OutStream output
public OutWriter(ByteQueue.OutStream output)
public ByteQueue.OutStream getOutput()
public void write(char[] cbuf,
int off,
int len)
throws IOException
write in class WriterIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class WriterIOExceptionpublic boolean isClosed()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class WriterIOExceptionCopyright © 2018. All rights reserved.