public final class Smf3Record extends SmfRecord
Typically you would obtain Smf3Records by reading SmfRecords and using
Smf3Record.
from(SmfRecord)
to create the specialized record after determining the record type.
Modifier and Type | Field and Description |
---|---|
static int |
SMFRCD3
Constant: 0x00 = 0
|
Constructor and Description |
---|
Smf3Record(byte[] data)
Constructs an Smf3Record from the specified byte array.
|
Smf3Record(SmfRecord record)
Constructs a new Smf3Record from an existing SMF record.
|
Modifier and Type | Method and Description |
---|---|
static Smf3Record |
from(byte[] data)
Constructs an Smf3Record from the specified byte array.
|
static Smf3Record |
from(SmfRecord record)
Constructs a new Smf3Record from an existing SMF record.
|
LocalDate |
smf3dte()
SMF3DTE as a LocalDate.
|
int |
smf3dteRawValue()
SMF3DTE raw value.
|
int |
smf3flg()
SMF3FLG value.
|
int |
smf3len()
SMF3LEN value.
|
int |
smf3rty()
SMF3RTY value.
|
int |
smf3seg()
SMF3SEG value.
|
String |
smf3sid()
SMF3SID value.
|
LocalTime |
smf3tme()
SMF3TME as a LocalTime.
|
long |
smf3tmeRawValue()
SMF3TME 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 static final int SMFRCD3
public Smf3Record(byte[] data)
data
- a byte array containing the SMF record datapublic Smf3Record(SmfRecord record)
record
- an existing SMF recordpublic static Smf3Record from(SmfRecord record)
record
- an existing SMF recordpublic static Smf3Record from(byte[] data)
data
- a byte array containing the SMF record datapublic int smf3len()
public int smf3seg()
public int smf3flg()
public int smf3rty()
public LocalTime smf3tme()
LocalTime
public long smf3tmeRawValue()
public LocalDate smf3dte()
LocalDate
public int smf3dteRawValue()
public String smf3sid()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.