public final class Smf66Record extends SmfRecord
Modifier and Type | Field and Description |
---|---|
static int |
SMF66DAT
Constant: 0x32 = 50
|
static int |
SMF66PRD
Constant: 0x28 = 40
|
static int |
SMF66SLF
Constant: 0x18 = 24
|
Constructor and Description |
---|
Smf66Record(byte[] data)
Constructs an Smf66Record from the specified byte array.
|
Smf66Record(SmfRecord record)
Constructs a new Smf66Record from an existing SMF record.
|
Modifier and Type | Method and Description |
---|---|
static Smf66Record |
from(byte[] data)
Constructs an Smf66Record from the specified byte array.
|
static Smf66Record |
from(SmfRecord record)
Constructs a new Smf66Record from an existing SMF record.
|
String |
smf66cnm()
SMF66CNM value.
|
String |
smf66cpu()
SMF66CPU value.
|
byte[] |
smf66crc()
SMF66CRC data.
|
int |
smf66dln()
SMF66DLN value.
|
int |
smf66dno()
SMF66DNO value.
|
int |
smf66dof()
SMF66DOF value.
|
LocalDate |
smf66dte()
SMF66DTE as a LocalDate.
|
int |
smf66dteRawValue()
SMF66DTE raw value.
|
String |
smf66enm()
SMF66ENM value.
|
EntryType |
smf66EntryType()
SMF66TYP value as EntryType.
|
String |
smf66fnc()
SMF66FNC value.
|
String |
smf66jnm()
SMF66JNM value.
|
int |
smf66len()
SMF66LEN value.
|
String |
smf66mod()
SMF66MOD value.
|
String |
smf66nnm()
SMF66NNM value.
|
int |
smf66pln()
SMF66PLN value.
|
String |
smf66pnm()
SMF66PNM value.
|
int |
smf66pno()
SMF66PNO value.
|
int |
smf66pof()
SMF66POF value.
|
LocalDate |
smf66rdt()
SMF66RDT as a LocalDate.
|
int |
smf66rdtRawValue()
SMF66RDT raw value.
|
LocalTime |
smf66rst()
SMF66RST as a LocalTime.
|
long |
smf66rstRawValue()
SMF66RST raw value
|
int |
smf66rty()
SMF66RTY value.
|
int |
smf66seg()
SMF66SEG value.
|
String |
smf66sid()
SMF66SID value.
|
String |
smf66sub()
SMF66SUB value.
|
int |
smf66sys()
SMF66SYS value.
|
LocalTime |
smf66tme()
SMF66TME as a LocalTime.
|
long |
smf66tmeRawValue()
SMF66TME raw value
|
int |
smf66typ()
SMF66TYP value.
|
String |
smf66uid()
SMF66UID value.
|
String |
smf66ver()
SMF66VER 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 SMF66SLF
public static final int SMF66PRD
public static final int SMF66DAT
public Smf66Record(byte[] data)
data
- a byte array containing the SMF record datapublic Smf66Record(SmfRecord record)
record
- an existing SMF recordpublic static Smf66Record from(SmfRecord record)
record
- an existing SMF recordpublic static Smf66Record from(byte[] data)
data
- a byte array containing the SMF record datapublic int smf66len()
public int smf66seg()
public int smf66sys()
public int smf66rty()
public LocalTime smf66tme()
LocalTime
public long smf66tmeRawValue()
public LocalDate smf66dte()
LocalDate
public int smf66dteRawValue()
public String smf66cpu()
public String smf66sid()
public String smf66mod()
public String smf66sub()
public int smf66pof()
public int smf66pln()
public int smf66pno()
public int smf66dof()
public int smf66dln()
public int smf66dno()
public String smf66ver()
public String smf66pnm()
public String smf66jnm()
public LocalTime smf66rst()
LocalTime
public long smf66rstRawValue()
public LocalDate smf66rdt()
LocalDate
public int smf66rdtRawValue()
public String smf66uid()
public String smf66fnc()
public String smf66cnm()
public int smf66typ()
public EntryType smf66EntryType()
public String smf66enm()
public String smf66nnm()
public byte[] smf66crc()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.