public final class Smf11Record extends SmfRecord
Typically you would obtain Smf11Records by reading SmfRecords and using
Smf11Record.
from(SmfRecord)
to create the specialized record after determining the record type.
Constructor and Description |
---|
Smf11Record(byte[] data)
Constructs an Smf11Record from the specified byte array.
|
Smf11Record(SmfRecord record)
Constructs a new Smf11Record from an existing SMF record.
|
Modifier and Type | Method and Description |
---|---|
static Smf11Record |
from(byte[] data)
Constructs an Smf11Record from the specified byte array.
|
static Smf11Record |
from(SmfRecord record)
Constructs a new Smf11Record from an existing SMF record.
|
LocalDate |
smf11dte()
SMF11DTE as a LocalDate.
|
int |
smf11dteRawValue()
SMF11DTE raw value.
|
int |
smf11flg()
SMF11FLG value.
|
int |
smf11len()
SMF11LEN value.
|
int |
smf11ln()
SMF11LN value.
|
int |
smf11rty()
SMF11RTY value.
|
int |
smf11seg()
SMF11SEG value.
|
String |
smf11sid()
SMF11SID value.
|
LocalTime |
smf11tme()
SMF11TME as a LocalTime.
|
long |
smf11tmeRawValue()
SMF11TME raw 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 Smf11Record(byte[] data)
data
- a byte array containing the SMF record datapublic Smf11Record(SmfRecord record)
record
- an existing SMF recordpublic static Smf11Record from(SmfRecord record)
record
- an existing SMF recordpublic static Smf11Record from(byte[] data)
data
- a byte array containing the SMF record datapublic int smf11len()
public int smf11seg()
public int smf11flg()
public int smf11rty()
public LocalTime smf11tme()
LocalTime
public long smf11tmeRawValue()
public LocalDate smf11dte()
LocalDate
public int smf11dteRawValue()
public String smf11sid()
public int smf11ln()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.