Package nts.NTSKERecords
Class EndOfMessage
java.lang.Object
nts.NTSKERecords.NTSKERecord
nts.NTSKERecords.EndOfMessage
-
Field Summary
Fields inherited from class nts.NTSKERecords.NTSKERecord
bodyLength, criticalBit, recordBody, recordType, recordType_raw -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for EndOfMessage record with default values.EndOfMessage(byte[] rawRecord) Constructor for EndOfMessage record from a raw byte array. -
Method Summary
Methods inherited from class nts.NTSKERecords.NTSKERecord
toBytes, toByteString, toString
-
Constructor Details
-
EndOfMessage
public EndOfMessage()Constructor for EndOfMessage record with default values. -
EndOfMessage
public EndOfMessage(byte[] rawRecord) Constructor for EndOfMessage record from a raw byte array. Verifies that the values are correct.- Parameters:
rawRecord- the raw byte array containing the record data.
-