Uses of Package
org.aksw.commons.io.block.api
Packages that use org.aksw.commons.io.block.api
Package
Description
-
Classes in org.aksw.commons.io.block.api used by org.aksw.commons.io.binseachClassDescriptionA block is a sub-sequence of bytes with a fixed finite length which however may be initially unknown, and thus has a certain horizon of explored length.A 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.
-
Classes in org.aksw.commons.io.block.api used by org.aksw.commons.io.block.apiClassDescriptionA block is a sub-sequence of bytes with a fixed finite length which however may be initially unknown, and thus has a certain horizon of explored length.A segment is a sequence of bytes with a fixed size.
-
Classes in org.aksw.commons.io.block.api used by org.aksw.commons.io.block.implClassDescriptionA block is a sub-sequence of bytes with a fixed finite length which however may be initially unknown, and thus has a certain horizon of explored length.A 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.A segment is a sequence of bytes with a fixed size.
-
Classes in org.aksw.commons.io.block.api used by org.aksw.commons.io.seekable.implClassDescriptionA block is a sub-sequence of bytes with a fixed finite length which however may be initially unknown, and thus has a certain horizon of explored length.A 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.