public final class PersistPtrHolder extends PositionDependentRecordAtom
| Modifier | Constructor and Description |
|---|---|
protected |
PersistPtrHolder(byte[] source,
int start,
int len)
Create a new holder for a PersistPtr record
|
| Modifier and Type | Method and Description |
|---|---|
void |
addSlideLookup(int slideID,
int posOnDisk)
Adds a new slide, notes or similar, to be looked up by this.
|
void |
clear()
remove all slide references
Convenience method provided, for easier reviewing of invocations
|
Map<String,Supplier<?>> |
getGenericProperties() |
int[] |
getKnownSlideIDs()
Get the list of slides that this PersistPtrHolder knows about.
|
long |
getRecordType()
Return the value we were given at creation, be it 6001 or 6002
|
Map<Integer,Integer> |
getSlideLocationsLookup()
Get the lookup from slide numbers to byte offsets, for the slides
known about by this PersistPtrHolder.
|
void |
updateOtherRecordReferences(Map<Integer,Integer> oldToNewReferencesLookup)
At write-out time, update the references to the sheets to their
new positions
|
void |
writeOut(OutputStream out)
Write the contents of the record back, so it can be written
to disk
|
getLastOnDiskOffset, setLastOnDiskOffsetgetChildRecords, getMaxRecordLength, isAnAtom, setMaxRecordLengthbuildRecordAtOffset, createRecordForType, findChildRecords, getGenericChildren, getGenericRecordType, writeLittleEndian, writeLittleEndianprotected PersistPtrHolder(byte[] source,
int start,
int len)
public long getRecordType()
getRecordType in class Recordpublic int[] getKnownSlideIDs()
public Map<Integer,Integer> getSlideLocationsLookup()
public void clear()
public void addSlideLookup(int slideID,
int posOnDisk)
public void updateOtherRecordReferences(Map<Integer,Integer> oldToNewReferencesLookup)
updateOtherRecordReferences in interface PositionDependentRecordupdateOtherRecordReferences in class PositionDependentRecordAtompublic void writeOut(OutputStream out) throws IOException
writeOut in class RecordIOException