Class ExObjList


public class ExObjList extends RecordContainer
This class holds the links to exernal objects referenced from the document.
Author:
Nick Burch
  • Constructor Details

    • ExObjList

      protected ExObjList(byte[] source, int start, int len)
      Set things up, and find our more interesting children
    • ExObjList

      public ExObjList()
      Create a new ExObjList, with blank fields
  • Method Details

    • getExObjListAtom

      public ExObjListAtom getExObjListAtom()
      Returns the ExObjListAtom of this list
    • getExHyperlinks

      public ExHyperlink[] getExHyperlinks()
      Returns all the ExHyperlinks
    • getRecordType

      public long getRecordType()
      We are of type 1033
      Specified by:
      getRecordType in class Record
    • writeOut

      public void writeOut(OutputStream out) throws IOException
      Write the contents of the record back, so it can be written to disk
      Specified by:
      writeOut in class Record
      Throws:
      IOException
    • get

      public ExHyperlink get(int id)
      Lookup a hyperlink by its unique id
      Parameters:
      id - hyperlink id
      Returns:
      found ExHyperlink or null