AsynchronousByteChannel

Interface AsynchronousByteChannel

All Superinterfaces:
AsynchronousChannel, AutoCloseable, Channel, Closeable
All Known Implementing Classes:
AsynchronousSocketChannel
public interface AsynchronousByteChannel
extends AsynchronousChannel

An asynchronous channel that can read and write bytes.

Some channels may not allow more than one read or write to be outstanding at any given time. If a thread invokes a read method before a previous read operation has completed then a 登录查看完整内容