Class HMEFDumper


  • public final class HMEFDumper
    extends java.lang.Object
    Developer focused raw dumper
    • Constructor Detail

      • HMEFDumper

        public HMEFDumper​(java.io.InputStream inp)
                   throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • setMaxRecordLength

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

        public static int getMaxRecordLength()
        Returns:
        the max record length allowed for HMEFDumper
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • setTruncatePropertyData

        public void setTruncatePropertyData​(boolean truncate)