Package org.apache.poi.hmef.dev
Class HMEFDumper
java.lang.Object
org.apache.poi.hmef.dev.HMEFDumper
Developer focused raw dumper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intstatic voidstatic voidsetMaxRecordLength(int length) voidsetTruncatePropertyData(boolean truncate)
-
Constructor Details
-
HMEFDumper
- Throws:
IOException
-
-
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
- Throws:
Exception
-
setTruncatePropertyData
public void setTruncatePropertyData(boolean truncate)
-