public final class Smf73Record extends SmfRecord
Smf73Record.
from(SmfRecord)
to create the specialized record after determining the record type.
Constructor and Description |
---|
Smf73Record(byte[] data)
Constructs an SMF73Record from the specified byte array.
|
Smf73Record(SmfRecord record)
Constructs a new Smf73Record from an existing SMF record.
|
Modifier and Type | Method and Description |
---|---|
List<ChannelPathControlSection> |
channelPathControlSections()
Get a List containing Channel Path Control sections from the record
|
List<ChannelPathDataSection> |
channelPathDataSections()
Get a List containing Channel Path Data sections from the record
|
List<ExtendedChannelPathDataSection> |
extendedChannelPathDataSections()
Get a List containing Extended Channel Path Data sections from the record
|
static Smf73Record |
from(byte[] data)
Constructs an Smf73Record from the specified byte array.
|
static Smf73Record |
from(SmfRecord record)
Constructs a new Smf73Record from an existing SMF record.
|
Header |
header()
Get the header for this record
|
ProductSection |
productSection()
Get the Product section for this 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 Smf73Record(byte[] data)
data
- a byte array containing the SMF record datapublic Smf73Record(SmfRecord record)
record
- an existing SMF recordpublic static Smf73Record from(SmfRecord record)
record
- an existing SMF recordpublic static Smf73Record from(byte[] data)
data
- a byte array containing the SMF record datapublic Header header()
public ProductSection productSection()
public List<ChannelPathControlSection> channelPathControlSections()
public List<ChannelPathDataSection> channelPathDataSections()
public List<ExtendedChannelPathDataSection> extendedChannelPathDataSections()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.