org.apache.poi.hwpf.model
Class CachedPropertyNode
java.lang.Object
org.apache.poi.hwpf.model.PropertyNode<CachedPropertyNode>
org.apache.poi.hwpf.model.CachedPropertyNode
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Comparable<CachedPropertyNode>
@Internal
public final class CachedPropertyNode
- extends PropertyNode<CachedPropertyNode>
Field Summary |
protected java.lang.ref.SoftReference<java.lang.Object> |
_propCache
|
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
_propCache
protected java.lang.ref.SoftReference<java.lang.Object> _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 2012 The Apache Software Foundation or
its licensors, as applicable.