public final class Smf65Record extends SmfRecord
Modifier and Type | Field and Description |
---|---|
static int |
SMF65DAT
Constant: 0x32 = 50
|
static int |
SMF65PRD
Constant: 0x28 = 40
|
static int |
SMF65SLF
Constant: 0x18 = 24
|
Constructor and Description |
---|
Smf65Record(byte[] data)
Constructs an Smf65Record from the specified byte array.
|
Smf65Record(SmfRecord record)
Constructs a new Smf65Record from an existing SMF record.
|
Modifier and Type | Method and Description |
---|---|
static Smf65Record |
from(byte[] data)
Constructs an Smf65Record from the specified byte array.
|
static Smf65Record |
from(SmfRecord record)
Constructs a new Smf65Record from an existing SMF record.
|
String |
smf65cnm()
SMF65CNM value.
|
String |
smf65cpu()
SMF65CPU value.
|
byte[] |
smf65crc()
SMF65CRC data.
|
int |
smf65dln()
SMF65DLN value.
|
int |
smf65dno()
SMF65DNO value.
|
int |
smf65dof()
SMF65DOF value.
|
LocalDate |
smf65dte()
SMF65DTE as a LocalDate.
|
int |
smf65dteRawValue()
SMF65DTE raw value.
|
String |
smf65enm()
SMF65ENM value.
|
EntryType |
smf65EntryType()
SMF65TYP value as EntryType.
|
String |
smf65fnc()
SMF65FNC value.
|
String |
smf65jnm()
SMF65JNM value.
|
int |
smf65len()
SMF65LEN value.
|
int |
smf65pln()
SMF65PLN value.
|
String |
smf65pnm()
SMF65PNM value.
|
int |
smf65pno()
SMF65PNO value.
|
int |
smf65pof()
SMF65POF value.
|
LocalDate |
smf65rdt()
SMF65RDT as a LocalDate.
|
int |
smf65rdtRawValue()
SMF65RDT raw value.
|
LocalTime |
smf65rst()
SMF65RST as a LocalTime.
|
long |
smf65rstRawValue()
SMF65RST raw value
|
int |
smf65rty()
SMF65RTY value.
|
int |
smf65seg()
SMF65SEG value.
|
String |
smf65sub()
SMF65SUB value.
|
int |
smf65sys()
SMF65SYS value.
|
LocalTime |
smf65tme()
SMF65TME as a LocalTime.
|
long |
smf65tmeRawValue()
SMF65TME raw value
|
int |
smf65typ()
SMF65TYP value.
|
String |
smf65uid()
SMF65UID value.
|
String |
smf65ver()
SMF65VER 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 SMF65SLF
public static final int SMF65PRD
public static final int SMF65DAT
public Smf65Record(byte[] data)
data
- a byte array containing the SMF record datapublic Smf65Record(SmfRecord record)
record
- an existing SMF recordpublic static Smf65Record from(SmfRecord record)
record
- an existing SMF recordpublic static Smf65Record from(byte[] data)
data
- a byte array containing the SMF record datapublic int smf65len()
public int smf65seg()
public int smf65sys()
public int smf65rty()
public LocalTime smf65tme()
LocalTime
public long smf65tmeRawValue()
public LocalDate smf65dte()
LocalDate
public int smf65dteRawValue()
public String smf65cpu()
public String smf65sub()
public int smf65pof()
public int smf65pln()
public int smf65pno()
public int smf65dof()
public int smf65dln()
public int smf65dno()
public String smf65ver()
public String smf65pnm()
public String smf65jnm()
public LocalTime smf65rst()
LocalTime
public long smf65rstRawValue()
public LocalDate smf65rdt()
LocalDate
public int smf65rdtRawValue()
public String smf65uid()
public String smf65fnc()
public String smf65cnm()
public int smf65typ()
public EntryType smf65EntryType()
public String smf65enm()
public byte[] smf65crc()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.