private static class Closure.WritableByteChannelImpl
extends java.nio.channels.spi.AbstractInterruptibleChannel
implements java.nio.channels.WritableByteChannel
| Modifier and Type | Field and Description |
|---|---|
private java.nio.channels.WritableByteChannel |
out |
| Constructor and Description |
|---|
WritableByteChannelImpl(java.nio.channels.WritableByteChannel out) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
implCloseChannel() |
int |
write(java.nio.ByteBuffer src) |
begin, close, end, isOpenWritableByteChannelImpl(java.nio.channels.WritableByteChannel out)
public int write(java.nio.ByteBuffer src)
throws java.io.IOException
write in interface java.nio.channels.WritableByteChanneljava.io.IOExceptionprotected void implCloseChannel()
implCloseChannel in class java.nio.channels.spi.AbstractInterruptibleChannel