public class ExObjListAtom extends RecordAtom
| Modifier and Type | Method and Description |
|---|---|
long |
getObjectIDSeed()
Gets the object ID seed, which will be used as the unique
OLE identifier for the next OLE object added
|
long |
getRecordType()
Gets the record type.
|
void |
setObjectIDSeed(int seed)
Sets the object ID seed
|
void |
writeOut(OutputStream out)
Write the contents of the record back, so it can be written
to disk
|
getChildRecords, isAnAtombuildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndianpublic long getObjectIDSeed()
public void setObjectIDSeed(int seed)
seed - the new ID seedpublic long getRecordType()
getRecordType in class Recordpublic void writeOut(OutputStream out) throws IOException
writeOut in class Recordout - the output stream to write to.IOException - if an error occurs.Copyright © 2010 - 2020 Adobe. All Rights Reserved