Class WritableByteChannelWrapperBase<T extends WritableByteChannel>

java.lang.Object
net.sansa_stack.nio.util.WritableByteChannelWrapperBase<T>
All Implemented Interfaces:
Closeable, AutoCloseable, Channel, WritableByteChannel, WritableByteChannelWrapper

public class WritableByteChannelWrapperBase<T extends WritableByteChannel> extends Object implements WritableByteChannelWrapper
  • Field Details

  • Constructor Details

    • WritableByteChannelWrapperBase

      public WritableByteChannelWrapperBase(T delegate)
  • Method Details