Package org.apache.poi.hwpf.model
Class UnhandledDataStructure
java.lang.Object
org.apache.poi.hwpf.model.UnhandledDataStructure
A data structure used to hold some data we don't
understand / can't handle, so we have it available
for when we come to write back out again
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UnhandledDataStructure
public UnhandledDataStructure(byte[] buf, int offset, int length)
-