public final class DocInfoListContainer extends RecordContainer
_children| Modifier | Constructor and Description |
|---|---|
protected |
DocInfoListContainer(byte[] source,
int start,
int len)
Set things up, and find our more interesting children
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Supplier<?>> |
getGenericProperties() |
long |
getRecordType()
We are of type 0x7D0
|
void |
writeOut(OutputStream out)
Write the contents of the record back, so it can be written
to disk
|
addChildAfter, addChildBefore, appendChildRecord, findFirstOfType, getChildRecords, handleParentAwareRecords, isAnAtom, removeChild, setChildRecord, writeOutbuildRecordAtOffset, createRecordForType, findChildRecords, getGenericChildren, getGenericRecordType, writeLittleEndian, writeLittleEndianprotected DocInfoListContainer(byte[] source,
int start,
int len)
public long getRecordType()
getRecordType in class Recordpublic void writeOut(OutputStream out) throws IOException
writeOut in class RecordIOExceptionpublic Map<String,Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecordgetGenericProperties in class RecordContainer