@Internal public abstract class TBDAbstractType extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected byte |
field_1_value |
Modifier | Constructor and Description |
---|---|
protected |
TBDAbstractType() |
protected |
TBDAbstractType(TBDAbstractType other) |
Modifier and Type | Method and Description |
---|---|
protected void |
fillFields(byte[] data,
int offset) |
byte |
getJc()
Justification code
|
byte |
getReserved() |
static int |
getSize()
Size of record
|
byte |
getTlc()
Tab leader code
|
byte |
getValue()
Get the value field for the TBD record.
|
void |
serialize(byte[] data,
int offset) |
void |
setJc(byte value)
Sets the jc field value.
|
void |
setReserved(byte value)
Sets the reserved field value.
|
void |
setTlc(byte value)
Sets the tlc field value.
|
void |
setValue(byte field_1_value)
Set the value field for the TBD record.
|
java.lang.String |
toString() |
protected TBDAbstractType()
protected TBDAbstractType(TBDAbstractType other)
protected void fillFields(byte[] data, int offset)
public void serialize(byte[] data, int offset)
public static int getSize()
public java.lang.String toString()
toString
in class java.lang.Object
@Internal public byte getValue()
@Internal public void setValue(byte field_1_value)
@Internal public void setJc(byte value)
@Internal public byte getJc()
@Internal public void setTlc(byte value)
@Internal public byte getTlc()
@Internal public void setReserved(byte value)
@Internal public byte getReserved()
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.