Class ReadableChannelBase<A>
java.lang.Object
org.apache.jena.sparql.service.enhancer.impl.util.AutoCloseableBase
org.apache.jena.sparql.service.enhancer.impl.util.AutoCloseableWithLeakDetectionBase
org.apache.jena.sparql.service.enhancer.slice.api.ChannelBase
org.apache.jena.sparql.service.enhancer.slice.api.ReadableChannelBase<A>
- All Implemented Interfaces:
Closeable,AutoCloseable,Channel,HasArrayOps<A>,ReadableChannel<A>
- Direct Known Subclasses:
ReadableChannelOverSliceAccessor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jena.sparql.service.enhancer.slice.api.ChannelBase
isOpenMethods inherited from class org.apache.jena.sparql.service.enhancer.impl.util.AutoCloseableWithLeakDetectionBase
getInstantiationStackTraceMethods inherited from class org.apache.jena.sparql.service.enhancer.impl.util.AutoCloseableBase
closeMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.sparql.service.enhancer.slice.api.HasArrayOps
getArrayOpsMethods inherited from interface org.apache.jena.sparql.service.enhancer.slice.api.ReadableChannel
read, readRaw
-
Constructor Details
-
ReadableChannelBase
public ReadableChannelBase()
-