Closeable
, AutoCloseable
, Channel
, WritableByteChannel
public class ChannelFunctionWritableByteChannel extends Object implements WritableByteChannel
Constructor | Description |
---|---|
ChannelFunctionWritableByteChannel(WritableByteChannel channel,
ChannelFunction... functions) |
public ChannelFunctionWritableByteChannel(WritableByteChannel channel, ChannelFunction... functions)
public int write(ByteBuffer src) throws IOException
write
in interface WritableByteChannel
IOException
public void close() throws IOException
close
in interface AutoCloseable
close
in interface Channel
close
in interface Closeable
IOException
Copyright © 2018. All rights reserved.