Package net.sansa_stack.nio.util
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sansa_stack.nio.util.WritableByteChannelWrapper
close, isOpen, write
-
Field Details
-
delegate
-
-
Constructor Details
-
WritableByteChannelWrapperBase
-
-
Method Details
-
getDelegate
- Specified by:
getDelegatein interfaceWritableByteChannelWrapper
-