public abstract class RecordAtom extends Record
| Constructor and Description |
|---|
RecordAtom() |
| Modifier and Type | Method and Description |
|---|---|
Record[] |
getChildRecords()
We're an atom, returns null
|
static int |
getMaxRecordLength() |
boolean |
isAnAtom()
We are an atom
|
static void |
setMaxRecordLength(int length) |
buildRecordAtOffset, createRecordForType, findChildRecords, getGenericChildren, getGenericRecordType, getRecordType, writeLittleEndian, writeLittleEndian, writeOutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGenericPropertiespublic static void setMaxRecordLength(int length)
length - the max record length allowed for RecordAtompublic static int getMaxRecordLength()
public Record[] getChildRecords()
getChildRecords in class RecordCopyright 2022 The Apache Software Foundation or its licensors, as applicable.