public abstract class EscherPart extends HPBFPart
| Constructor and Description |
|---|
EscherPart(DirectoryNode baseDir,
java.lang.String[] parts)
Creates the Escher Part, and finds our child
escher records
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
generateData()
Serialises our Escher children back
into bytes.
|
EscherRecord[] |
getEscherRecords() |
static int |
getMaxRecordLength() |
static void |
setMaxRecordLength(int length) |
public EscherPart(DirectoryNode baseDir, java.lang.String[] parts) throws java.io.IOException
java.io.IOExceptionpublic static void setMaxRecordLength(int length)
length - the max record length allowed for EscherPartpublic static int getMaxRecordLength()
public EscherRecord[] getEscherRecords()
protected void generateData()
generateData in class HPBFPartCopyright 2022 The Apache Software Foundation or its licensors, as applicable.