Package org.aksw.commons.io.input
Class ReadableChannelSourceConcat<A>
java.lang.Object
org.aksw.commons.io.input.ReadableChannelSourceConcat<A>
- All Implemented Interfaces:
HasArrayOps<A>,ReadableChannelFactory<A>,ReadableChannelSource<A>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewReadableChannel(com.google.common.collect.Range<Long> range) Offsets typically start with 0 but the interface contract leaves that unspecifiedlongsize()The size; -1 if unknownMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.commons.io.input.ReadableChannelFactory
newReadableChannel, newReadableChannelMethods inherited from interface org.aksw.commons.io.input.ReadableChannelSource
newReadableChannel
-
Field Details
-
members
-
arrayOps
-
-
Constructor Details
-
ReadableChannelSourceConcat
public ReadableChannelSourceConcat()
-
-
Method Details
-
getArrayOps
- Specified by:
getArrayOpsin interfaceHasArrayOps<A>
-
newReadableChannel
public ReadableChannel<A> newReadableChannel(com.google.common.collect.Range<Long> range) throws IOException Description copied from interface:ReadableChannelFactoryOffsets typically start with 0 but the interface contract leaves that unspecified- Specified by:
newReadableChannelin interfaceReadableChannelFactory<A>- Throws:
IOException
-
size
Description copied from interface:ReadableChannelSourceThe size; -1 if unknown- Specified by:
sizein interfaceReadableChannelSource<A>- Throws:
IOException
-