Class ChmBlockInfo


  • public class ChmBlockInfo
    extends java.lang.Object
    A container that contains chm block information such as: i. initial block is using to reset main tree ii. start block is using for knowing where to start iii. end block is using for knowing where to stop iv. start offset is using for knowing where to start reading v. end offset is using for knowing where to stop reading
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns textual representation of ChmBlockInfo
        Overrides:
        toString in class java.lang.Object
      • main

        public static void main​(java.lang.String[] args)
      • getIniBlock

        public int getIniBlock()
        Returns an initial block index
        Returns:
        int
      • getStartBlock

        public int getStartBlock()
        Returns the start block index
        Returns:
        int
      • getEndBlock

        public int getEndBlock()
        Returns the end block index
        Returns:
        - int
      • getStartOffset

        public int getStartOffset()
        Returns the start offset index
        Returns:
        - int
      • getEndOffset

        public int getEndOffset()
        Returns the end offset index
        Returns:
        - int