public final class Smf19Record extends SmfRecord
Typically you would obtain Smf19Records by reading SmfRecords and using
Smf19Record.
from(SmfRecord)
to create the specialized record after determining the record type.
Modifier and Type | Field and Description |
---|---|
static int |
SMF19CYM
Constant: 0x80 = 128
|
static int |
SMF19E
Constant: 0x84 = 132
|
static int |
SMF19HDR
Constant: 0x00 = 0
|
static int |
SMF19L
Constant: 0x84 = 132
|
Constructor and Description |
---|
Smf19Record(byte[] data)
Constructs an Smf19Record from the specified byte array.
|
Smf19Record(SmfRecord record)
Constructs a new Smf19Record from an existing SMF record.
|
Modifier and Type | Method and Description |
---|---|
static Smf19Record |
from(byte[] data)
Constructs an Smf19Record from the specified byte array.
|
static Smf19Record |
from(SmfRecord record)
Constructs a new Smf19Record from an existing SMF record.
|
long |
smf19bnc()
SMF19BNC value.
|
long |
smf19bne()
SMF19BNE value.
|
long |
smf19bnt()
SMF19BNT value.
|
long |
smf19buc()
SMF19BUC value.
|
long |
smf19but()
SMF19BUT value.
|
int |
smf19cuu()
SMF19CUU value.
|
boolean |
smf19cym()
Return true if
SMF19CYM bit in smf19fl1() is set. |
long |
smf19dev()
SMF19DEV value.
|
int |
smf19dsr()
SMF19DSR value.
|
LocalDate |
smf19dte()
SMF19DTE as a LocalDate.
|
int |
smf19dteRawValue()
SMF19DTE raw value.
|
byte[] |
smf19evf()
SMF19EVF data.
|
int |
smf19fl1()
SMF19FL1 value.
|
int |
smf19fl2()
SMF19FL2 value.
|
int |
smf19flg()
SMF19FLG value.
|
int |
smf19ind()
SMF19IND value.
|
int |
smf19len()
SMF19LEN value.
|
long |
smf19lex()
SMF19LEX value.
|
int |
smf19nat()
SMF19NAT value.
|
int |
smf19nds()
SMF19NDS value.
|
int |
smf19nue()
SMF19NUE value.
|
String |
smf19oid()
SMF19OID value.
|
int |
smf19rty()
SMF19RTY value.
|
long |
smf19sds()
SMF19SDS value.
|
int |
smf19seg()
SMF19SEG value.
|
String |
smf19sid()
SMF19SID value.
|
long |
smf19sl0()
SMF19SL0 value.
|
long |
smf19snc()
SMF19SNC value.
|
long |
smf19sne()
SMF19SNE value.
|
long |
smf19snt()
SMF19SNT value.
|
long |
smf19spc()
SMF19SPC value.
|
long |
smf19suc()
SMF19SUC value.
|
long |
smf19sut()
SMF19SUT value.
|
LocalTime |
smf19tme()
SMF19TME as a LocalTime.
|
long |
smf19tmeRawValue()
SMF19TME raw value
|
byte[] |
smf19tmf()
SMF19TMF data.
|
long |
smf19trk()
SMF19TRK value.
|
long |
smf19trm()
SMF19TRM value.
|
byte[] |
smf19vli()
SMF19VLI data.
|
String |
smf19vol()
SMF19VOL value.
|
long |
smf19vtc()
5 byte SMF19VTC value.
|
int |
smf19vti()
SMF19VTI 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 SMF19HDR
public static final int SMF19CYM
public static final int SMF19E
public static final int SMF19L
public Smf19Record(byte[] data)
data
- a byte array containing the SMF record datapublic Smf19Record(SmfRecord record)
record
- an existing SMF recordpublic static Smf19Record from(SmfRecord record)
record
- an existing SMF recordpublic static Smf19Record from(byte[] data)
data
- a byte array containing the SMF record datapublic int smf19len()
public int smf19seg()
public int smf19flg()
public int smf19rty()
public LocalTime smf19tme()
LocalTime
public long smf19tmeRawValue()
public LocalDate smf19dte()
LocalDate
public int smf19dteRawValue()
public String smf19sid()
public String smf19vol()
public String smf19oid()
public long smf19dev()
public long smf19vtc()
public int smf19vti()
public int smf19nds()
public int smf19dsr()
public int smf19nat()
public long smf19spc()
public long smf19lex()
public int smf19nue()
public int smf19fl1()
public boolean smf19cym()
SMF19CYM
bit in smf19fl1()
is set.SMF19CYM = 0x80
public int smf19fl2()
public int smf19cuu()
public int smf19ind()
public long smf19sds()
public long smf19sl0()
public byte[] smf19evf()
public long smf19suc()
public long smf19sut()
public long smf19snc()
public long smf19snt()
public long smf19sne()
public byte[] smf19tmf()
public long smf19buc()
public long smf19but()
public long smf19bnc()
public long smf19bnt()
public long smf19bne()
public byte[] smf19vli()
public long smf19trk()
public long smf19trm()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.