public final class GroupMarkerSubRecord extends SubRecord
The group marker record is used as a position holder for groups.
SubRecord.SubRecordTypes| Modifier and Type | Field and Description |
|---|---|
static short |
sid |
| Constructor and Description |
|---|
GroupMarkerSubRecord() |
GroupMarkerSubRecord(GroupMarkerSubRecord other) |
GroupMarkerSubRecord(LittleEndianInput in,
int size) |
| Modifier and Type | Method and Description |
|---|---|
GroupMarkerSubRecord |
copy() |
protected int |
getDataSize() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
SubRecord.SubRecordTypes |
getGenericRecordType() |
short |
getSid() |
void |
serialize(LittleEndianOutput out) |
createSubRecord, isTerminating, serialize, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericChildrenpublic static final short sid
public GroupMarkerSubRecord()
public GroupMarkerSubRecord(GroupMarkerSubRecord other)
public GroupMarkerSubRecord(LittleEndianInput in, int size)
public void serialize(LittleEndianOutput out)
protected int getDataSize()
getDataSize in class SubRecordpublic short getSid()
public GroupMarkerSubRecord copy()
copy in interface Duplicatablecopy in class SubRecordpublic SubRecord.SubRecordTypes getGenericRecordType()
getGenericRecordType in interface GenericRecordgetGenericRecordType in class SubRecordpublic java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.