public final class Smf16Record extends SmfRecord
Modifier and Type | Field and Description |
---|---|
static int |
ICEMVS37
Constant: 0x02 = 2
|
static int |
ICEMVSES
Constant: 0x08 = 8
|
static int |
ICEMVSXA
Constant: 0x04 = 4
|
static int |
ICERSUBF
Constant: 0x02 = 2
|
static int |
ICERSUBS
Constant: 0x01 = 1
|
static int |
ICERSUBU
Constant: 0x03 = 3
|
static int |
ICESUBSY
Constant: 0x80 = 128
|
Constructor and Description |
---|
Smf16Record(byte[] data)
Constructs an Smf16Record from the specified byte array.
|
Smf16Record(SmfRecord record)
Constructs a new Smf16Record from an existing SMF record.
|
Modifier and Type | Method and Description |
---|---|
protected void |
checkType() |
List<DataSection> |
dataSections()
Get a List containing Common Data sections from the record
|
static Smf16Record |
from(byte[] data)
Constructs an Smf16Record from the specified byte array.
|
static Smf16Record |
from(SmfRecord record)
Constructs a new Smf16Record from an existing SMF record.
|
LocalDate |
icebdate()
ICEBDATE as a LocalDate.
|
int |
icebdateRawValue()
ICEBDATE raw value.
|
LocalTime |
icebtime()
ICEBTIME as a LocalTime.
|
long |
icebtimeRawValue()
ICEBTIME raw value
|
int |
icedata()
ICEDATA value.
|
int |
icedatal()
ICEDATAL value.
|
int |
icedatan()
ICEDATAN value.
|
String |
icegroup()
ICEGROUP value.
|
int |
icehdrln()
ICEHDRLN value.
|
int |
iceinds()
ICEINDS value.
|
int |
iceindsl()
ICEINDSL value.
|
int |
iceindsn()
ICEINDSN value.
|
String |
icejobnm()
ICEJOBNM value.
|
boolean |
icemvs37()
|
boolean |
icemvses()
|
boolean |
icemvsxa()
|
int |
iceofds()
ICEOFDS value.
|
int |
iceofdsl()
ICEOFDSL value.
|
int |
iceofdsn()
ICEOFDSN value.
|
int |
iceotds()
ICEOTDS value.
|
int |
iceotdsl()
ICEOTDSL value.
|
int |
iceotdsn()
ICEOTDSN value.
|
int |
iceprod()
ICEPROD value.
|
int |
iceprodl()
ICEPRODL value.
|
int |
iceprodn()
ICEPRODN value.
|
LocalDate |
icerds()
ICERDS as a LocalDate.
|
int |
icerdsRawValue()
ICERDS raw value.
|
long |
icerdw()
ICERDW value.
|
LocalTime |
icerst()
ICERST as a LocalTime.
|
long |
icerstRawValue()
ICERST raw value
|
int |
icersub()
ICERSUB value.
|
int |
icertyp()
ICERTYP value.
|
String |
icesid()
ICESID value.
|
int |
icesind()
ICESIND value.
|
int |
icespgn()
ICESPGN value.
|
int |
icestat()
ICESTAT value.
|
int |
icestatl()
ICESTATL value.
|
int |
icestatn()
ICESTATN value.
|
int |
icestn()
ICESTN value.
|
String |
icesubid()
ICESUBID value.
|
boolean |
icesubsy()
|
int |
icetrn()
ICETRN value.
|
String |
iceuif()
ICEUIF value.
|
String |
iceuser()
ICEUSER value.
|
int |
icezsrt()
ICEZSRT value.
|
int |
icezsrtl()
ICEZSRTL value.
|
int |
icezsrtn()
ICEZSRTN value.
|
List<InputDatasetSection> |
inputDatasetSections()
Get a List containing Input Dataset sections from the record
|
List<OutfilDatasetSection> |
outfilDatasetSections()
Get a List containing Outfil Dataset sections from the record
|
List<ProductSection> |
productSections()
Get a List containing Product sections from the record
|
List<RecordLengthDistributionSection> |
recordLengthDistributionSections()
Get a List containing Record Length Distribution sections from the record
|
List<SortoutDatasetSection> |
sortoutDatasetSections()
Get a List containing Sortout Dataset sections from the record
|
List<ZSortStatisticsSection> |
zSortStatisticsSections()
Get a List containing ZSort Statistics 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 static final int ICESUBSY
public static final int ICEMVSES
public static final int ICEMVSXA
public static final int ICEMVS37
public static final int ICERSUBS
public static final int ICERSUBF
public static final int ICERSUBU
public Smf16Record(byte[] data)
data
- a byte array containing the SMF record datapublic Smf16Record(SmfRecord record)
record
- an existing SMF recordprotected void checkType()
public static Smf16Record from(SmfRecord record)
record
- an existing SMF recordpublic static Smf16Record from(byte[] data)
data
- a byte array containing the SMF record datapublic List<ProductSection> productSections()
public List<DataSection> dataSections()
public List<RecordLengthDistributionSection> recordLengthDistributionSections()
public List<InputDatasetSection> inputDatasetSections()
public List<SortoutDatasetSection> sortoutDatasetSections()
public List<OutfilDatasetSection> outfilDatasetSections()
public List<ZSortStatisticsSection> zSortStatisticsSections()
public long icerdw()
public int icesind()
public boolean icesubsy()
ICESUBSY = 0x80
public boolean icemvses()
ICEMVSES = 0x08
public boolean icemvsxa()
ICEMVSXA = 0x04
public boolean icemvs37()
ICEMVS37 = 0x02
public int icertyp()
public LocalTime icebtime()
LocalTime
public long icebtimeRawValue()
public LocalDate icebdate()
LocalDate
public int icebdateRawValue()
public String icesid()
public String icejobnm()
public LocalTime icerst()
LocalTime
public long icerstRawValue()
public LocalDate icerds()
LocalDate
public int icerdsRawValue()
public String iceuif()
public int icestn()
public int icetrn()
public String icesubid()
public int icersub()
public int iceprod()
public int iceprodl()
public int iceprodn()
public int icedata()
public int icedatal()
public int icedatan()
public int icestat()
public int icestatl()
public int icestatn()
public int iceinds()
public int iceindsl()
public int iceindsn()
public int iceotds()
public int iceotdsl()
public int iceotdsn()
public int iceofds()
public int iceofdsl()
public int iceofdsn()
public int icehdrln()
public int icespgn()
public String iceuser()
public String icegroup()
public int icezsrt()
public int icezsrtl()
public int icezsrtn()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.