Package loci.poi.poifs.property
Class RootProperty
java.lang.Object
loci.poi.poifs.property.Property
loci.poi.poifs.property.DirectoryProperty
loci.poi.poifs.property.RootProperty
- All Implemented Interfaces:
POIFSViewable,Child,Parent
Root property
- Author:
- Marc Johnson (mjohnson at apache dot org)
-
Nested Class Summary
Nested classes/interfaces inherited from class loci.poi.poifs.property.DirectoryProperty
DirectoryProperty.PropertyComparator -
Field Summary
Fields inherited from class loci.poi.poifs.property.Property
_NO_INDEX, _NODE_BLACK, _NODE_RED -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRootProperty(int index, byte[] array, int offset) reader constructor -
Method Summary
Methods inherited from class loci.poi.poifs.property.DirectoryProperty
addChild, changeName, deleteChild, getChildren, isDirectory, preWriteMethods inherited from class loci.poi.poifs.property.Property
getChildIndex, getIndex, getName, getNextChild, getPreviousChild, getShortDescription, getSize, getStartBlock, getStorageClsid, getViewableArray, getViewableIterator, isSmall, preferArray, setChildProperty, setIndex, setName, setNextChild, setNodeColor, setPreviousChild, setPropertyType, setStartBlock, setStorageClsid, shouldUseSmallBlocks, writeDataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface loci.poi.poifs.property.Child
getNextChild, getPreviousChildMethods inherited from interface loci.poi.poifs.property.Parent
setNextChild, setPreviousChild
-
Constructor Details
-
RootProperty
protected RootProperty(int index, byte[] array, int offset) reader constructor- Parameters:
index- index numberarray- byte dataoffset- offset into byte data
-
-
Method Details