public final class Smf61Record extends SmfRecord
Modifier and Type | Field and Description |
---|---|
static int |
SMF61DAT
Constant: 0x32 = 50
|
static int |
SMF61END
Constant: 0xD0 = 208
|
static int |
SMF61PRD
Constant: 0x28 = 40
|
static int |
SMF61SLF
Constant: 0x18 = 24
|
Constructor and Description |
---|
Smf61Record(byte[] data)
Constructs an Smf61Record from the specified byte array.
|
Smf61Record(SmfRecord record)
Constructs a new Smf61Record from an existing SMF record.
|
Modifier and Type | Method and Description |
---|---|
static Smf61Record |
from(byte[] data)
Constructs an Smf61Record from the specified byte array.
|
static Smf61Record |
from(SmfRecord record)
Constructs a new Smf61Record from an existing SMF record.
|
byte[] |
smf60crc()
SMF61CRC data.
|
String |
smf61cnm()
SMF61CNM value.
|
int |
smf61dln()
SMF61DLN value.
|
int |
smf61dno()
SMF61DNO value.
|
int |
smf61dof()
SMF61DOF value.
|
LocalDate |
smf61dte()
SMF61DTE as a LocalDate.
|
int |
smf61dteRawValue()
SMF61DTE raw value.
|
String |
smf61enm()
SMF61ENM value.
|
EntryType |
smf61EntryType()
SMF61TYP value as EntryType.
|
String |
smf61jnm()
SMF61JNM value.
|
int |
smf61len()
SMF61LEN value.
|
String |
smf61mod()
SMF61MOD value.
|
int |
smf61pln()
SMF61PLN value.
|
String |
smf61pnm()
SMF61PNM value.
|
int |
smf61pno()
SMF61PNO value.
|
int |
smf61pof()
SMF61POF value.
|
LocalDate |
smf61rdt()
SMF61RDT as a LocalDate.
|
int |
smf61rdtRawValue()
SMF61RDT raw value.
|
LocalTime |
smf61rst()
SMF61RST as a LocalTime.
|
long |
smf61rstRawValue()
SMF61RST raw value
|
int |
smf61rty()
SMF61RTY value.
|
int |
smf61seg()
SMF61SEG value.
|
String |
smf61sid()
SMF61SID value.
|
String |
smf61sub()
SMF61SUB value.
|
int |
smf61sys()
SMF61SYS value.
|
LocalTime |
smf61tme()
SMF61TME as a LocalTime.
|
long |
smf61tmeRawValue()
SMF61TME raw value
|
int |
smf61typ()
SMF61TYP value.
|
String |
smf61uid()
SMF61UID value.
|
String |
smf61ver()
SMF61VER value.
|
equals, extendedHeader, extendedHeader, hashCode, hasSubtypes, hasSubtypes, recordLength, recordLength, recordType, recordType, sanityCheck, smfDate, smfDate, smfDateTime, smfDateTime, smfhdr1Flag, smfhdr1Iefu86, smfhdr1Len, smfhdr1Len, smfhdr1Stcke, smfhdr1StckeRawValue, smfhdr1Tzo, smfhdr1TzoRawValue, smfhdr1Version, smfhdr1Version, smfTime, smfTime, subSystem, subSystem, subType, subType, system, system, toString
createSection, dump, dump, dump, dump, getBytes, getBytes, getDataArray, getTriplet
public static final int SMF61SLF
public static final int SMF61PRD
public static final int SMF61DAT
public static final int SMF61END
public Smf61Record(byte[] data)
data
- a byte array containing the SMF record datapublic Smf61Record(SmfRecord record)
record
- an existing SMF recordpublic static Smf61Record from(SmfRecord record)
record
- an existing SMF recordpublic static Smf61Record from(byte[] data)
data
- a byte array containing the SMF record datapublic int smf61len()
public int smf61seg()
public int smf61sys()
public int smf61rty()
public LocalTime smf61tme()
LocalTime
public long smf61tmeRawValue()
public LocalDate smf61dte()
LocalDate
public int smf61dteRawValue()
public String smf61sid()
public String smf61mod()
public String smf61sub()
public int smf61pof()
public int smf61pln()
public int smf61pno()
public int smf61dof()
public int smf61dln()
public int smf61dno()
public String smf61ver()
public String smf61pnm()
public String smf61jnm()
public LocalTime smf61rst()
LocalTime
public long smf61rstRawValue()
public LocalDate smf61rdt()
LocalDate
public int smf61rdtRawValue()
public String smf61uid()
public String smf61cnm()
public int smf61typ()
public EntryType smf61EntryType()
public String smf61enm()
public byte[] smf60crc()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.