public class HSSFObjectData
extends java.lang.Object
| Constructor and Description |
|---|
HSSFObjectData(ObjRecord record,
POIFSFileSystem poifs)
Constructs object data by wrapping a lower level object record.
|
| Modifier and Type | Method and Description |
|---|---|
DirectoryEntry |
getDirectory()
Gets the object data.
|
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 java.io.IOException
java.io.IOException - if there was an error reading the data.Copyright © 2014 Open Microscopy Environment