Package org.aksw.commons.io.block.api
package org.aksw.commons.io.block.api
-
InterfacesClassDescriptionA 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.