Class ByteChannelWrapper

java.lang.Object
org.eclipse.aether.named.ipc.ByteChannelWrapper
All Implemented Interfaces:
Closeable, AutoCloseable, ByteChannel, Channel, ReadableByteChannel, WritableByteChannel

public class ByteChannelWrapper extends Object implements ByteChannel
Trivial ByteChannel wrapper to avoid the read/write synchronization which happens when the channel implements SelectableChannel.
Since:
2.0.1