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 TypeMethodDescriptionorg.aksw.commons.util.ref.Ref<Block> BlockSourceFromPageManager.contentAtOrAfter(long pos, boolean inclusive) org.aksw.commons.util.ref.Ref<Block> 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 TypeMethodDescriptionorg.aksw.commons.util.ref.Ref<? extends Block> BlockSource.contentAtOrAfter(long pos, boolean inclusive) org.aksw.commons.util.ref.Ref<? extends Block> BlockSource.contentAtOrBefore(long pos, boolean inclusive) org.aksw.commons.util.ref.Ref<? extends Block> Block.nextBlock()The block source of this block - if any.org.aksw.commons.util.ref.Ref<? extends Block> 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 BlockModifier and TypeFieldDescriptionorg.aksw.commons.util.ref.Ref<? extends Block> BlockEnumerator.blockRefMethods in org.aksw.commons.io.block.impl that return BlockMethods in org.aksw.commons.io.block.impl that return types with arguments of type BlockModifier and TypeMethodDescriptionorg.aksw.commons.util.ref.Ref<? extends Block> BlockEnumerator.getCurrentBlockRef()default org.aksw.commons.util.ref.Ref<? extends Block> Page.prevBlock()Method parameters in org.aksw.commons.io.block.impl with type arguments of type BlockModifier and TypeMethodDescriptionstatic BlockEnumeratorBlockEnumerator.bwd(boolean yieldSelf, org.aksw.commons.util.ref.Ref<? extends Block> blockRef, Seekable seekable) static BlockEnumeratorBlockEnumerator.fwd(boolean yieldSelf, org.aksw.commons.util.ref.Ref<? extends Block> blockRef, boolean skipFirstClose) static BlockEnumeratorBlockEnumerator.fwd(boolean yieldSelf, org.aksw.commons.util.ref.Ref<? extends Block> blockRef, Seekable seekable) static BlockEnumeratorBlockEnumerator.fwd(boolean yieldSelf, org.aksw.commons.util.ref.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, org.aksw.commons.util.ref.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 TypeFieldDescriptionprotected org.aksw.commons.util.ref.Ref<? extends Block> SeekableFromBlock.currentBlockRefprotected org.aksw.commons.util.ref.Ref<? extends Block> SeekableFromBlock.startBlockRefConstructor parameters in org.aksw.commons.io.seekable.impl with type arguments of type BlockModifierConstructorDescriptionSeekableFromBlock(org.aksw.commons.util.ref.Ref<? extends Block> startBlockRef, int posInStartSegment, long exposedStartPos) SeekableFromBlock(org.aksw.commons.util.ref.Ref<? extends Block> startBlockRef, int posInStartSegment, long exposedStartPos, long minPos, long maxPos) The startBlockRef is considered to be owned by this object.