Class UnhandledDataStructure

java.lang.Object
org.apache.poi.hwpf.model.UnhandledDataStructure

@Internal public final class UnhandledDataStructure extends 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 Details

    • UnhandledDataStructure

      public UnhandledDataStructure(byte[] buf, int offset, int length)