public final class Smf17Record extends SmfRecord
Typically you would obtain Smf17Records by reading SmfRecords and using
Smf17Record.
from(SmfRecord)
to create the specialized record after determining the record type.
Modifier and Type | Field and Description |
---|---|
static int |
SMF17LNV
Constant: 0x08 = 8
|
Constructor and Description |
---|
Smf17Record(byte[] data)
Constructs an Smf17Record from the specified byte array.
|
Smf17Record(SmfRecord record)
Constructs a new Smf17Record from an existing SMF record.
|
Modifier and Type | Method and Description |
---|---|
static Smf17Record |
from(byte[] data)
Constructs an Smf17Record from the specified byte array.
|
static Smf17Record |
from(SmfRecord record)
Constructs a new Smf17Record from an existing SMF record.
|
String |
smf17dsn()
SMF17DSN value.
|
LocalDate |
smf17dte()
SMF17DTE as a LocalDate.
|
int |
smf17dteRawValue()
SMF17DTE raw value.
|
int |
smf17flg()
SMF17FLG value.
|
String |
smf17jbn()
SMF17JBN value.
|
int |
smf17len()
SMF17LEN value.
|
int |
smf17nvl()
SMF17NVL value.
|
int |
smf17rin()
SMF17RIN value.
|
LocalDate |
smf17rsd()
SMF17RSD as a LocalDate.
|
int |
smf17rsdRawValue()
SMF17RSD raw value.
|
LocalTime |
smf17rst()
SMF17RST as a LocalTime.
|
long |
smf17rstRawValue()
SMF17RST raw value
|
int |
smf17rty()
SMF17RTY value.
|
int |
smf17seg()
SMF17SEG value.
|
String |
smf17sid()
SMF17SID value.
|
LocalTime |
smf17tme()
SMF17TME as a LocalTime.
|
long |
smf17tmeRawValue()
SMF17TME raw value
|
String |
smf17uid()
SMF17UID 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 SMF17LNV
public Smf17Record(byte[] data)
data
- a byte array containing the SMF record datapublic Smf17Record(SmfRecord record)
record
- an existing SMF recordpublic static Smf17Record from(SmfRecord record)
record
- an existing SMF recordpublic static Smf17Record from(byte[] data)
data
- a byte array containing the SMF record datapublic int smf17len()
public int smf17seg()
public int smf17flg()
public int smf17rty()
public LocalTime smf17tme()
LocalTime
public long smf17tmeRawValue()
public LocalDate smf17dte()
LocalDate
public int smf17dteRawValue()
public String smf17sid()
public String smf17jbn()
public LocalTime smf17rst()
LocalTime
public long smf17rstRawValue()
public LocalDate smf17rsd()
LocalDate
public int smf17rsdRawValue()
public String smf17uid()
public int smf17rin()
public String smf17dsn()
public int smf17nvl()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.