public final class Smf88Record extends SmfRecord
Constructor and Description |
---|
Smf88Record(byte[] data)
Constructs an Smf88Record from the specified byte array.
|
Smf88Record(SmfRecord record)
Constructs a new Smf88Record from an existing SMF record.
|
Modifier and Type | Method and Description |
---|---|
List<EventsSection> |
eventsSections()
Get a List containing Events Sections from the record
|
static Smf88Record |
from(byte[] data)
Constructs an Smf88Record from the specified byte array.
|
static Smf88Record |
from(SmfRecord record)
Constructs a new Smf88Record from an existing SMF record.
|
List<LogstreamSection> |
logstreamSections()
Get a List containing Logstream Sections from the record
|
List<ProductSection> |
productSections()
Get a List containing Product Sections from the record
|
int |
smf88aln()
SMF88ALN value.
|
int |
smf88aof()
SMF88AOF value.
|
int |
smf88aon()
SMF88AON value.
|
LocalDate |
smf88dte()
SMF88DTE as a LocalDate.
|
int |
smf88dteRawValue()
SMF88DTE raw value.
|
int |
smf88eln()
SMF88ELN value.
|
int |
smf88eof()
SMF88EOF value.
|
int |
smf88eon()
SMF88EON value.
|
int |
smf88flg()
SMF88FLG value.
|
int |
smf88len()
SMF88LEN value.
|
int |
smf88lln()
SMF88LLN value.
|
int |
smf88lof()
SMF88LOF value.
|
int |
smf88lon()
SMF88LON value.
|
int |
smf88pln()
SMF88PLN value.
|
int |
smf88pof()
SMF88POF value.
|
int |
smf88pon()
SMF88PON value.
|
int |
smf88rty()
SMF88RTY value.
|
long |
smf88sdl()
SMF88SDL value.
|
int |
smf88seg()
SMF88SEG value.
|
String |
smf88sid()
SMF88SID value.
|
int |
smf88sln()
SMF88SLN value.
|
int |
smf88sof()
SMF88SOF value.
|
int |
smf88son()
SMF88SON value.
|
int |
smf88stp()
SMF88STP value.
|
LocalTime |
smf88tme()
SMF88TME as a LocalTime.
|
long |
smf88tmeRawValue()
SMF88TME raw value
|
String |
smf88wid()
SMF88WID value.
|
List<StructureAlterSection> |
structureAlterSections()
Get a List containing Structure Alter Sections from the record
|
List<StructureInterimStorageSection> |
structureInterimStorageSections()
Get a List containing Structure (Interim Storage) Sections from the record
|
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 Smf88Record(byte[] data)
data
- a byte array containing the SMF record datapublic Smf88Record(SmfRecord record)
record
- an existing SMF recordpublic static Smf88Record from(SmfRecord record)
record
- an existing SMF recordpublic static Smf88Record from(byte[] data)
data
- a byte array containing the SMF record datapublic List<ProductSection> productSections()
public List<LogstreamSection> logstreamSections()
public List<EventsSection> eventsSections()
public List<StructureInterimStorageSection> structureInterimStorageSections()
public List<StructureAlterSection> structureAlterSections()
public int smf88len()
public int smf88seg()
public int smf88flg()
public int smf88rty()
public LocalTime smf88tme()
LocalTime
public long smf88tmeRawValue()
public LocalDate smf88dte()
LocalDate
public int smf88dteRawValue()
public String smf88sid()
public String smf88wid()
public int smf88stp()
public long smf88sdl()
public int smf88pof()
public int smf88pln()
public int smf88pon()
public int smf88lof()
public int smf88lln()
public int smf88lon()
public int smf88eof()
public int smf88eln()
public int smf88eon()
public int smf88sof()
public int smf88sln()
public int smf88son()
public int smf88aof()
public int smf88aln()
public int smf88aon()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.