public final class Smf60Record extends SmfRecord
Modifier and Type | Field and Description |
---|---|
static int |
SMF60DAT
Constant: 0x32 = 50
|
static int |
SMF60PRD
Constant: 0x28 = 40
|
static int |
SMF60SLF
Constant: 0x18 = 24
|
Constructor and Description |
---|
Smf60Record(byte[] data)
Constructs an Smf60Record from the specified byte array.
|
Smf60Record(SmfRecord record)
Constructs a new Smf60Record from an existing SMF record.
|
Modifier and Type | Method and Description |
---|---|
static Smf60Record |
from(byte[] data)
Constructs an Smf60Record from the specified byte array.
|
static Smf60Record |
from(SmfRecord record)
Constructs a new Smf60Record from an existing SMF record.
|
String |
smf60cnm()
SMF60CNM value.
|
String |
smf60cpu()
SMF60CPU value.
|
byte[] |
smf60crc()
SMF60CRC data.
|
int |
smf60dln()
SMF60DLN value.
|
int |
smf60dno()
SMF60DNO value.
|
int |
smf60dof()
SMF60DOF value.
|
LocalDate |
smf60dte()
SMF60DTE as a LocalDate.
|
int |
smf60dteRawValue()
SMF60DTE raw value.
|
String |
smf60enm()
SMF60ENM value.
|
EntryType |
smf60EntryType()
SMF60TYP value as EntryType.
|
String |
smf60fnc()
SMF60FNC value.
|
String |
smf60jnm()
SMF60JNM value.
|
int |
smf60len()
SMF60LEN value.
|
int |
smf60pln()
SMF60PLN value.
|
String |
smf60pnm()
SMF60PNM value.
|
int |
smf60pno()
SMF60PNO value.
|
int |
smf60pof()
SMF60POF value.
|
LocalDate |
smf60rdt()
SMF60RDT as a LocalDate.
|
int |
smf60rdtRawValue()
SMF60RDT raw value.
|
LocalTime |
smf60rst()
SMF60RST as a LocalTime.
|
long |
smf60rstRawValue()
SMF60RST raw value
|
int |
smf60rty()
SMF60RTY value.
|
int |
smf60seg()
SMF60SEG value.
|
String |
smf60sub()
SMF60SUB value.
|
int |
smf60sys()
SMF60SYS value.
|
LocalTime |
smf60tme()
SMF60TME as a LocalTime.
|
long |
smf60tmeRawValue()
SMF60TME raw value
|
int |
smf60typ()
SMF60TYP value.
|
String |
smf60uid()
SMF60UID value.
|
String |
smf60ver()
SMF60VER 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 SMF60SLF
public static final int SMF60PRD
public static final int SMF60DAT
public Smf60Record(byte[] data)
data
- a byte array containing the SMF record datapublic Smf60Record(SmfRecord record)
record
- an existing SMF recordpublic static Smf60Record from(SmfRecord record)
record
- an existing SMF recordpublic static Smf60Record from(byte[] data)
data
- a byte array containing the SMF record datapublic int smf60len()
public int smf60seg()
public int smf60sys()
public int smf60rty()
public LocalTime smf60tme()
LocalTime
public long smf60tmeRawValue()
public LocalDate smf60dte()
LocalDate
public int smf60dteRawValue()
public String smf60cpu()
public String smf60sub()
public int smf60pof()
public int smf60pln()
public int smf60pno()
public int smf60dof()
public int smf60dln()
public int smf60dno()
public String smf60ver()
public String smf60pnm()
public String smf60jnm()
public LocalTime smf60rst()
LocalTime
public long smf60rstRawValue()
public LocalDate smf60rdt()
LocalDate
public int smf60rdtRawValue()
public String smf60uid()
public String smf60fnc()
public String smf60cnm()
public int smf60typ()
public EntryType smf60EntryType()
public String smf60enm()
public byte[] smf60crc()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.