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, writeOut
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getGenericProperties
public static void setMaxRecordLength(int length)
length
- the max record length allowed for RecordAtompublic static int getMaxRecordLength()
public Record[] getChildRecords()
getChildRecords
in class Record
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.