Class EscherPart

    • Constructor Detail

      • EscherPart

        public EscherPart​(DirectoryNode baseDir,
                          java.lang.String[] parts)
                   throws java.io.IOException
        Creates the Escher Part, and finds our child escher records
        Throws:
        java.io.IOException
    • Method Detail

      • setMaxRecordLength

        public static void setMaxRecordLength​(int length)
        Parameters:
        length - the max record length allowed for EscherPart
      • getMaxRecordLength

        public static int getMaxRecordLength()
        Returns:
        the max record length allowed for EscherPart
      • getEscherRecords

        public EscherRecord[] getEscherRecords()