org.apache.poi.hwpf.model
Class CachedPropertyNode

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

public final class CachedPropertyNode
extends PropertyNode


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.poi.hwpf.model.PropertyNode
PropertyNode.EndComparator, PropertyNode.StartComparator
 
Constructor Summary
CachedPropertyNode(int start, int end, SprmBuffer buf)
           
 
Method Summary
 SprmBuffer getSprmBuf()
           
 
Methods inherited from class org.apache.poi.hwpf.model.PropertyNode
adjustForDelete, clone, compareTo, equals, getEnd, getStart, hashCode, setEnd, setStart
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedPropertyNode

public CachedPropertyNode(int start,
                          int end,
                          SprmBuffer buf)
Method Detail

getSprmBuf

public SprmBuffer getSprmBuf()
Returns:
This property's property in compressed form.