public final class Smf0Record extends SmfRecord
Typically you would obtain Smf0Records by reading SmfRecords and using
Smf0Record.
from(SmfRecord)
to create the specialized record after determining the record type.
Modifier and Type | Field and Description |
---|---|
static int |
SMFRCD0
Constant: 0x00 = 0
|
Constructor and Description |
---|
Smf0Record(byte[] data)
Constructs an Smf0Record from the specified byte array.
|
Smf0Record(SmfRecord record)
Constructs a new Smf0Record from an existing SMF record.
|
Modifier and Type | Method and Description |
---|---|
static Smf0Record |
from(byte[] data)
Constructs an Smf0Record from the specified byte array.
|
static Smf0Record |
from(SmfRecord record)
Constructs a new Smf0Record from an existing SMF record.
|
long |
smf0buf()
SMF0BUF value.
|
LocalDate |
smf0dte()
SMF0DTE as a LocalDate.
|
int |
smf0dteRawValue()
SMF0DTE raw value.
|
int |
smf0flg()
SMF0FLG value.
|
Duration |
smf0jwt()
SMF0JWT as a Duration.
|
long |
smf0jwtRawValue()
SMF0JWT raw value.
|
double |
smf0jwtSeconds()
SMF0JWT in seconds.
|
int |
smf0len()
SMF0LEN value.
|
Duration |
smf0mswt()
SMF0MSWT as a Duration.
|
long |
smf0mswtRawValue()
SMF0MSWT raw value.
|
double |
smf0mswtSeconds()
SMF0MSWT in seconds.
|
Duration |
smf0mtwt()
SMF0MTWT as a Duration.
|
long |
smf0mtwtRawValue()
SMF0MTWT raw value.
|
double |
smf0mtwtSeconds()
SMF0MTWT in seconds.
|
int |
smf0opt()
SMF0OPT value.
|
String |
smf0osl()
SMF0OSL value.
|
long |
smf0rst()
SMF0RST value.
|
int |
smf0rsv()
SMF0RSV value.
|
int |
smf0rty()
SMF0RTY value.
|
int |
smf0seg()
SMF0SEG value.
|
String |
smf0sid()
SMF0SID value.
|
String |
smf0syn()
SMF0SYN value.
|
String |
smf0syp()
SMF0SYP value.
|
int |
smf0tbuf()
SMF0TBUF value.
|
LocalTime |
smf0tme()
SMF0TME as a LocalTime.
|
long |
smf0tmeRawValue()
SMF0TME raw value
|
ZoneOffset |
smf0tz()
SMF0TZ as ZoneOffset.
|
int |
smf0tzRawValue()
SMF0TZ raw value.
|
long |
smf0vst()
SMF0VST 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 SMFRCD0
public Smf0Record(byte[] data)
data
- a byte array containing the SMF record datapublic Smf0Record(SmfRecord record)
record
- an existing SMF recordpublic static Smf0Record from(SmfRecord record)
record
- an existing SMF recordpublic static Smf0Record from(byte[] data)
data
- a byte array containing the SMF record datapublic int smf0len()
public int smf0seg()
public int smf0flg()
public int smf0rty()
public LocalTime smf0tme()
LocalTime
public long smf0tmeRawValue()
public LocalDate smf0dte()
LocalDate
public int smf0dteRawValue()
public String smf0sid()
public Duration smf0jwt()
Duration
public double smf0jwtSeconds()
public long smf0jwtRawValue()
public long smf0buf()
public long smf0vst()
public int smf0opt()
public long smf0rst()
public int smf0rsv()
public String smf0osl()
public String smf0syn()
public String smf0syp()
public ZoneOffset smf0tz()
public int smf0tzRawValue()
public Duration smf0mswt()
Duration
public double smf0mswtSeconds()
public long smf0mswtRawValue()
public Duration smf0mtwt()
Duration
public double smf0mtwtSeconds()
public long smf0mtwtRawValue()
public int smf0tbuf()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.