Class GenericPropertyNode

java.lang.Object
org.apache.poi.hwpf.model.PropertyNode<GenericPropertyNode>
org.apache.poi.hwpf.model.GenericPropertyNode
All Implemented Interfaces:
Cloneable, Comparable<GenericPropertyNode>

@Internal public final class GenericPropertyNode extends PropertyNode<GenericPropertyNode>
  • Constructor Details

    • GenericPropertyNode

      public GenericPropertyNode(int start, int end, byte[] buf)
  • Method Details

    • getBytes

      public byte[] getBytes()
    • toString

      public String toString()
      Overrides:
      toString in class Object