Uses of Interface
org.aksw.commons.io.block.api.Block
Packages that use Block
Package
Description
-
Uses of Block in org.aksw.commons.io.binseach
Methods in org.aksw.commons.io.binseach that return types with arguments of type BlockModifier and TypeMethodDescriptionBlockSourceFromPageManager.contentAtOrAfter(long pos, boolean inclusive) BlockSourceFromPageManager.contentAtOrBefore(long pos, boolean inclusive) -
Uses of Block in org.aksw.commons.io.block.api
Methods in org.aksw.commons.io.block.api that return types with arguments of type BlockModifier and TypeMethodDescriptionBlockSource.contentAtOrAfter(long pos, boolean inclusive) BlockSource.contentAtOrBefore(long pos, boolean inclusive) Block.nextBlock()The block source of this block - if any.Block.prevBlock() -
Uses of Block in org.aksw.commons.io.block.impl
Subinterfaces of Block in org.aksw.commons.io.block.implModifier and TypeInterfaceDescriptioninterfaceA page is a fixed size sequence of bytes obtained from a page manager backed by a ByteBuffer.Classes in org.aksw.commons.io.block.impl that implement BlockFields in org.aksw.commons.io.block.impl declared as BlockFields in org.aksw.commons.io.block.impl with type parameters of type BlockMethods in org.aksw.commons.io.block.impl that return BlockMethods in org.aksw.commons.io.block.impl that return types with arguments of type BlockMethod parameters in org.aksw.commons.io.block.impl with type arguments of type BlockModifier and TypeMethodDescriptionstatic BlockEnumeratorstatic BlockEnumeratorstatic BlockEnumeratorstatic BlockEnumeratorBlockEnumerator.fwd(boolean yieldSelf, Ref<? extends Block> blockRef, Seekable seekable, boolean skipFirstClose) Constructor parameters in org.aksw.commons.io.block.impl with type arguments of type BlockModifierConstructorDescriptionprotectedBlockEnumerator(boolean yieldSelf, Ref<? extends Block> blockRef, Seekable seekable, boolean isFwd, boolean skipFirstClose) -
Uses of Block in org.aksw.commons.io.seekable.impl
Fields in org.aksw.commons.io.seekable.impl declared as BlockFields in org.aksw.commons.io.seekable.impl with type parameters of type BlockModifier and TypeFieldDescriptionSeekableFromBlock.currentBlockRefSeekableFromBlock.startBlockRefConstructor parameters in org.aksw.commons.io.seekable.impl with type arguments of type BlockModifierConstructorDescriptionSeekableFromBlock(Ref<? extends Block> startBlockRef, int posInStartSegment, long exposedStartPos) SeekableFromBlock(Ref<? extends Block> startBlockRef, int posInStartSegment, long exposedStartPos, long minPos, long maxPos) The startBlockRef is considered to be owned by this object.