Package org.apache.felix.gogo.runtime
Class Closure.WritableByteChannelImpl
java.lang.Object
java.nio.channels.spi.AbstractInterruptibleChannel
org.apache.felix.gogo.runtime.Closure.WritableByteChannelImpl
- All Implemented Interfaces:
Closeable,AutoCloseable,Channel,InterruptibleChannel,WritableByteChannel
- Enclosing class:
- Closure
private static class Closure.WritableByteChannelImpl
extends AbstractInterruptibleChannel
implements WritableByteChannel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.nio.channels.spi.AbstractInterruptibleChannel
begin, close, end, isOpen
-
Field Details
-
out
-
-
Constructor Details
-
WritableByteChannelImpl
WritableByteChannelImpl(WritableByteChannel out)
-
-
Method Details
-
write
- Specified by:
writein interfaceWritableByteChannel- Throws:
IOException
-
implCloseChannel
protected void implCloseChannel()- Specified by:
implCloseChannelin classAbstractInterruptibleChannel
-