public class HSLFObjectData extends Object implements ObjectData, GenericRecord
| Constructor and Description |
|---|
HSLFObjectData(ExOleObjStg storage)
Creates the object data wrapping the record that contains the object data.
|
| Modifier and Type | Method and Description |
|---|---|
ExOleObjStg |
getExOleObjStg()
Return the record that contains the object data.
|
String |
getFileName() |
List<? extends GenericRecord> |
getGenericChildren() |
Map<String,Supplier<?>> |
getGenericProperties() |
InputStream |
getInputStream() |
String |
getOLE2ClassName() |
OutputStream |
getOutputStream() |
void |
setData(byte[] data)
Sets the embedded data.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBytes, getDirectory, hasDirectoryEntrygetGenericRecordTypepublic HSLFObjectData(ExOleObjStg storage)
storage - the record that contains the object data.public InputStream getInputStream()
getInputStream in interface ObjectDatapublic OutputStream getOutputStream()
getOutputStream in interface ObjectDatapublic void setData(byte[] data)
throws IOException
data - the embedded data.IOExceptionpublic ExOleObjStg getExOleObjStg()
public String getOLE2ClassName()
getOLE2ClassName in interface ObjectDatapublic String getFileName()
getFileName in interface ObjectDatapublic Map<String,Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecordpublic List<? extends GenericRecord> getGenericChildren()
getGenericChildren in interface GenericRecord