Interface NodeDataReader

    • Method Detail

      • readNode

        NodeData readNode()
                   throws java.io.IOException
        Read the next node.
        Returns:
        the node, or null for EOF
        Throws:
        java.io.IOException
      • getFileSize

        long getFileSize()
        Get the file size.
        Returns:
        the file size
      • getProgressPercent

        int getProgressPercent()
        Get the progress in percent (0..100).
        Returns:
        the progress