Package org.apache.poi.hwpf.model
Class GenericPropertyNode
- java.lang.Object
-
- org.apache.poi.hwpf.model.PropertyNode<GenericPropertyNode>
-
- org.apache.poi.hwpf.model.GenericPropertyNode
-
- All Implemented Interfaces:
Comparable<GenericPropertyNode>,Duplicatable
@Internal public final class GenericPropertyNode extends PropertyNode<GenericPropertyNode>
-
-
Field Summary
-
Fields inherited from class org.apache.poi.hwpf.model.PropertyNode
_buf, EndComparator, StartComparator
-
-
Constructor Summary
Constructors Constructor Description GenericPropertyNode(int start, int end, byte[] buf)GenericPropertyNode(GenericPropertyNode other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericPropertyNodecopy()byte[]getBytes()StringtoString()-
Methods inherited from class org.apache.poi.hwpf.model.PropertyNode
adjustForDelete, compareTo, equals, getEnd, getStart, hashCode, limitsAreEqual, setEnd, setStart
-
-
-
-
Constructor Detail
-
GenericPropertyNode
public GenericPropertyNode(GenericPropertyNode other)
-
GenericPropertyNode
public GenericPropertyNode(int start, int end, byte[] buf)
-
-
Method Detail
-
getBytes
public byte[] getBytes()
-
copy
public GenericPropertyNode copy()
- Specified by:
copyin interfaceDuplicatable- Specified by:
copyin classPropertyNode<GenericPropertyNode>
-
-