org.apache.poi.hwpf.model
Class GenericPropertyNode

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

public class GenericPropertyNode
extends PropertyNode


Field Summary
 
Fields inherited from class org.apache.poi.hwpf.model.PropertyNode
_buf
 
Constructor Summary
GenericPropertyNode(int start, int end, byte[] buf)
           
 
Method Summary
 byte[] getBytes()
           
 
Methods inherited from class org.apache.poi.hwpf.model.PropertyNode
adjustForDelete, clone, compareTo, equals, getEnd, getStart, limitsAreEqual, setEnd, setStart
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericPropertyNode

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

getBytes

public byte[] getBytes()


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.