|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.BaseCompoundFile
jxl.read.biff.CompoundFile
Reads in and defrags an OLE compound compound file (Made public only for the PropertySets demo)
| Nested Class Summary |
| Nested classes inherited from class jxl.biff.BaseCompoundFile |
BaseCompoundFile.PropertyStorage |
| Field Summary |
| Constructor Summary | |
CompoundFile(byte[] d,
WorkbookSettings ws)
Initializes the compound file |
|
| Method Summary | |
BaseCompoundFile.PropertyStorage |
findPropertyStorage(java.lang.String name)
Recursively searches the property storages in hierarchy order for the appropriate name. |
int |
getNumberOfPropertySets()
Gets the number of property sets |
BaseCompoundFile.PropertyStorage |
getPropertySet(int index)
Gets the property set. |
byte[] |
getStream(int psIndex)
Gets the defragmented stream from this ole compound file. |
byte[] |
getStream(java.lang.String streamName)
Gets the defragmented stream from this ole compound file |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CompoundFile(byte[] d,
WorkbookSettings ws)
throws BiffException
d - the raw data of the ole streamws - the workbook settings
BiffException| Method Detail |
public byte[] getStream(java.lang.String streamName)
throws BiffException
streamName - the stream name to get
BiffException
public byte[] getStream(int psIndex)
throws BiffException
psIndex - the property storage index
BiffExceptionpublic BaseCompoundFile.PropertyStorage findPropertyStorage(java.lang.String name)
public int getNumberOfPropertySets()
public BaseCompoundFile.PropertyStorage getPropertySet(int index)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||