public class HSSFObjectData extends Object
Modifier and Type | Field and Description |
---|---|
private POIFSFileSystem |
poifs
Reference to the filesystem, required for retrieving the object data.
|
private ObjRecord |
record
Underlying object record ultimately containing a reference to the object.
|
Constructor and Description |
---|
HSSFObjectData(ObjRecord record,
POIFSFileSystem poifs)
Constructs object data by wrapping a lower level object record.
|
private ObjRecord record
private POIFSFileSystem poifs
public HSSFObjectData(ObjRecord record, POIFSFileSystem poifs)
record
- the low-level object record.poifs
- the filesystem, required for retrieving the object data.public DirectoryEntry getDirectory() throws IOException
IOException
- if there was an error reading the data.Copyright © 2016 Open Microscopy Environment