Uses of Interface
org.aksw.commons.io.block.api.BlockSource
Packages that use BlockSource
Package
Description
-
Uses of BlockSource in org.aksw.commons.io.binseach
Classes in org.aksw.commons.io.binseach that implement BlockSourceModifier and TypeClassDescriptionclassA block source mainly for testing the rest of the block-based machinery, such as binary search. -
Uses of BlockSource in org.aksw.commons.io.block.api
Subinterfaces of BlockSource in org.aksw.commons.io.block.apiModifier and TypeInterfaceDescriptioninterfaceA PageSource (TODO change to that naming) is a special kind of BlockSource where all blocks have the same size and there is a 1:1 correspondance between a pages and non-overlapping regions in the underlying buffer. -
Uses of BlockSource in org.aksw.commons.io.block.impl
Classes in org.aksw.commons.io.block.impl that implement BlockSourceModifier and TypeClassDescriptionclassPageManager wrapper for a static bufferclassclassclassA wrapper that virtually puts a displaced page view over a delegate There must be a 1:1 correspondence between page and byte buffer.