Class HMEFDumper

java.lang.Object
org.apache.poi.hmef.dev.HMEFDumper

public final class HMEFDumper extends Object
Developer focused raw dumper
  • Constructor Details

  • Method Details

    • 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(String[] args) throws Exception
      Throws:
      Exception
    • setTruncatePropertyData

      public void setTruncatePropertyData(boolean truncate)