public final class Smf71Record extends SmfRecord
Smf71Record.
from(SmfRecord)
to create the specialized record after determining the record type.
Constructor and Description |
---|
Smf71Record(byte[] data)
Constructs an SMF71Record from the specified byte array.
|
Smf71Record(SmfRecord record)
Constructs a new Smf71Record from an existing SMF record.
|
Modifier and Type | Method and Description |
---|---|
static Smf71Record |
from(byte[] data)
Constructs an Smf71Record from the specified byte array.
|
static Smf71Record |
from(SmfRecord record)
Constructs a new Smf71Record from an existing SMF record.
|
Header |
header()
Get the header for this record
|
List<PagingDataSection> |
pagingDataSections()
Get a List containing Paging Data sections from the record
|
ProductSection |
productSection()
Get the Product section for this record
|
List<SwapPlacementSection> |
swapPlacementSections()
Get a List containing Swap Placement 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 Smf71Record(byte[] data)
data
- a byte array containing the SMF record datapublic Smf71Record(SmfRecord record)
record
- an existing SMF recordpublic static Smf71Record from(SmfRecord record)
record
- an existing SMF recordpublic static Smf71Record from(byte[] data)
data
- a byte array containing the SMF record datapublic Header header()
public ProductSection productSection()
public List<PagingDataSection> pagingDataSections()
public List<SwapPlacementSection> swapPlacementSections()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.