Package org.apache.poi.hwpf.model
Class UnhandledDataStructure
- java.lang.Object
-
- org.apache.poi.hwpf.model.UnhandledDataStructure
-
@Internal public final class UnhandledDataStructure extends java.lang.Object
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 Constructor Description UnhandledDataStructure(byte[] buf, int offset, int length)
-