Package io.jhdf.btree

Class BTreeV1Data


  • public abstract class BTreeV1Data
    extends BTreeV1
    V1 B-trees where the node type is 1 i.e. points to raw data chunk nodes
    • Method Detail

      • getChunks

        public abstract java.util.List<BTreeV1Data.Chunk> getChunks()
        Returns:
        the raw data chunks address from this b-tree