org.apache.poi.hwpf.model
Class CachedPropertyNode
java.lang.Object
org.apache.poi.hwpf.model.PropertyNode
org.apache.poi.hwpf.model.CachedPropertyNode
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Comparable
public final class CachedPropertyNode
- extends PropertyNode
Field Summary |
protected java.lang.ref.SoftReference |
_propCache
|
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_propCache
protected java.lang.ref.SoftReference _propCache
CachedPropertyNode
public CachedPropertyNode(int start,
int end,
SprmBuffer buf)
fillCache
protected void fillCache(java.lang.Object ref)
getCacheContents
protected java.lang.Object getCacheContents()
getSprmBuf
public SprmBuffer getSprmBuf()
- Returns:
- This property's property in compressed form.
Copyright 2010 The Apache Software Foundation or
its licensors, as applicable.