Class ReadableChannelWithValue<A, T, X extends ReadableChannel<A>>
java.lang.Object
org.aksw.commons.util.closeable.AutoCloseableWrapperBase<X>
org.aksw.commons.io.shared.ChannelDecoratorBase<X>
org.aksw.commons.io.input.ReadableChannelDecoratorBase<A,X>
org.aksw.commons.io.input.ReadableChannelWithValue<A,T,X>
- All Implemented Interfaces:
Closeable, AutoCloseable, Channel, HasArrayOps<A>, ReadableChannel<A>, ReadableSource<A>
public class ReadableChannelWithValue<A, T, X extends ReadableChannel<A>>
extends ReadableChannelDecoratorBase<A,X>
-
Field Summary
FieldsFields inherited from class AutoCloseableWrapperBase
delegate -
Constructor Summary
ConstructorsConstructorDescriptionReadableChannelWithValue(X delegate) ReadableChannelWithValue(X delegate, T value) -
Method Summary
Methods inherited from class ReadableChannelDecoratorBase
getArrayOps, readMethods inherited from class ChannelDecoratorBase
close, isOpenMethods inherited from class AutoCloseableWrapperBase
closeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ReadableSource
readRaw
-
Field Details
-
value
-
-
Constructor Details
-
ReadableChannelWithValue
-
ReadableChannelWithValue
-
-
Method Details
-
getValue
-
setValue
-
getDelegate
- Overrides:
getDelegatein classAutoCloseableWrapperBase<X extends ReadableChannel<A>>
-