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, isOpen
WritableByteChannelImpl(java.nio.channels.WritableByteChannel out)
public int write(java.nio.ByteBuffer src) throws java.io.IOException
write
in interface java.nio.channels.WritableByteChannel
java.io.IOException
protected void implCloseChannel()
implCloseChannel
in class java.nio.channels.spi.AbstractInterruptibleChannel