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