public final class Smf10Record extends SmfRecord
Typically you would obtain Smf10Records by reading SmfRecords and using
Smf10Record.
from(SmfRecord)
to create the specialized record after determining the record type.
Modifier and Type | Field and Description |
---|---|
static int |
SMFRCD10
Constant: 0x00 = 0
|
Constructor and Description |
---|
Smf10Record(byte[] data)
Constructs an Smf10Record from the specified byte array.
|
Smf10Record(SmfRecord record)
Constructs a new Smf10Record from an existing SMF record.
|
Modifier and Type | Method and Description |
---|---|
static Smf10Record |
from(byte[] data)
Constructs an Smf10Record from the specified byte array.
|
static Smf10Record |
from(SmfRecord record)
Constructs a new Smf10Record from an existing SMF record.
|
LocalDate |
smf10dte()
SMF10DTE as a LocalDate.
|
int |
smf10dteRawValue()
SMF10DTE raw value.
|
int |
smf10flg()
SMF10FLG value.
|
String |
smf10jbn()
SMF10JBN value.
|
int |
smf10len()
SMF10LEN value.
|
int |
smf10ln()
SMF10LN value.
|
LocalDate |
smf10rsd()
SMF10RSD as a LocalDate.
|
int |
smf10rsdRawValue()
SMF10RSD raw value.
|
LocalTime |
smf10rst()
SMF10RST as a LocalTime.
|
long |
smf10rstRawValue()
SMF10RST raw value
|
int |
smf10rty()
SMF10RTY value.
|
int |
smf10seg()
SMF10SEG value.
|
String |
smf10sid()
SMF10SID value.
|
LocalTime |
smf10tme()
SMF10TME as a LocalTime.
|
long |
smf10tmeRawValue()
SMF10TME raw value
|
String |
smf10uif()
SMF10UIF 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 SMFRCD10
public Smf10Record(byte[] data)
data
- a byte array containing the SMF record datapublic Smf10Record(SmfRecord record)
record
- an existing SMF recordpublic static Smf10Record from(SmfRecord record)
record
- an existing SMF recordpublic static Smf10Record from(byte[] data)
data
- a byte array containing the SMF record datapublic int smf10len()
public int smf10seg()
public int smf10flg()
public int smf10rty()
public LocalTime smf10tme()
LocalTime
public long smf10tmeRawValue()
public LocalDate smf10dte()
LocalDate
public int smf10dteRawValue()
public String smf10sid()
public String smf10jbn()
public LocalTime smf10rst()
LocalTime
public long smf10rstRawValue()
public LocalDate smf10rsd()
LocalDate
public int smf10rsdRawValue()
public String smf10uif()
public int smf10ln()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.