Class ReadableChannelOverSliceAccessor<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>
org.apache.jena.sparql.service.enhancer.slice.api.ReadableChannelOverSliceAccessor<A>
- All Implemented Interfaces:
Closeable,AutoCloseable,Channel,HasArrayOps<A>,ReadableChannel<A>
-
Constructor Summary
ConstructorsConstructorDescriptionReadableChannelOverSliceAccessor(SliceAccessor<A> accessor, long posInSlice) -
Method Summary
Modifier and TypeMethodDescriptionvoidintRead method following the usual InputStream protocol.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.ReadableChannel
readRaw
-
Constructor Details
-
ReadableChannelOverSliceAccessor
-
-
Method Details
-
getArrayOps
-
closeActual
- Throws:
IOException
-
read
Description copied from interface:ReadableChannelRead method following the usual InputStream protocol.- Parameters:
array- The array into which to put the read dataposition- Offset into array where to start writinglength- Maximum number of items to read.- Returns:
- The number of items read. Return -1 if end of data was reached, and 0 iff length was 0.
- Throws:
IOException
-