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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGenericChildren
public 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 SubRecord
public short getSid()
public GroupMarkerSubRecord copy()
copy
in interface Duplicatable
copy
in class SubRecord
public SubRecord.SubRecordTypes getGenericRecordType()
getGenericRecordType
in interface GenericRecord
getGenericRecordType
in class SubRecord
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.