public class ExObjList extends RecordContainer
_children| Modifier | Constructor | Description |
|---|---|---|
|
ExObjList() |
Create a new ExObjList, with blank fields
|
protected |
ExObjList(byte[] source,
int start,
int len) |
Set things up, and find our more interesting children
|
| Modifier and Type | Method | Description |
|---|---|---|
ExHyperlink |
get(int id) |
Lookup a hyperlink by its unique id
|
ExHyperlink[] |
getExHyperlinks() |
Returns all the ExHyperlinks
|
ExObjListAtom |
getExObjListAtom() |
Returns the ExObjListAtom of this list
|
long |
getRecordType() |
We are of type 1033
|
void |
writeOut(java.io.OutputStream out) |
Write the contents of the record back, so it can be written
to disk
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndianaddChildAfter, addChildBefore, appendChildRecord, findFirstOfType, getChildRecords, handleParentAwareRecords, isAnAtom, moveChildBefore, moveChildrenAfter, moveChildrenBefore, removeChild, setChildRecord, writeOutprotected ExObjList(byte[] source,
int start,
int len)
public ExObjList()
public ExObjListAtom getExObjListAtom()
public ExHyperlink[] getExHyperlinks()
public long getRecordType()
getRecordType in class Recordpublic void writeOut(java.io.OutputStream out)
throws java.io.IOException
public ExHyperlink get(int id)
id - hyperlink idExHyperlink or nullCopyright 2018 The Apache Software Foundation or its licensors, as applicable.