|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.ddf.DefaultEscherRecordFactory
org.apache.poi.hslf.record.HSLFEscherRecordFactory
public class HSLFEscherRecordFactory
Generates escher records when provided the byte array containing those records.
EscherRecordFactory| Constructor Summary | |
|---|---|
HSLFEscherRecordFactory()
Creates an instance of the escher record factory |
|
| Method Summary | |
|---|---|
EscherRecord |
createRecord(byte[] data,
int offset)
Generates an escher record including any children contained under that record. |
| Methods inherited from class org.apache.poi.ddf.DefaultEscherRecordFactory |
|---|
isContainer, recordsToMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HSLFEscherRecordFactory()
| Method Detail |
|---|
public EscherRecord createRecord(byte[] data,
int offset)
EscherRecordFactory
createRecord in interface EscherRecordFactorycreateRecord in class DefaultEscherRecordFactorydata - The byte array containing the recordsoffset - The starting offset into the byte array
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||