java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.SmfRecord
com.blackhillsoftware.smf.smf16.Smf16Record
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x02 = 2static final int
Constant: 0x08 = 8static final int
Constant: 0x04 = 4static final int
Constant: 0x02 = 2static final int
Constant: 0x01 = 1static final int
Constant: 0x03 = 3static final int
Constant: 0x80 = 128 -
Constructor Summary
ConstructorDescriptionSmf16Record
(byte[] data) Constructs an Smf16Record from the specified byte array.Smf16Record
(SmfRecord record) Constructs a new Smf16Record from an existing SMF record. -
Method Summary
Modifier and TypeMethodDescriptionGet a List containing Common Data sections from the recordstatic Smf16Record
from
(byte[] data) Constructs an Smf16Record from the specified byte array.static Smf16Record
Constructs a new Smf16Record from an existing SMF record.icebdate()
ICEBDATE as a LocalDate.int
ICEBDATE raw value.icebtime()
ICEBTIME as a LocalTime.long
ICEBTIME raw valueint
icedata()
ICEDATA value.int
icedatal()
ICEDATAL value.int
icedatan()
ICEDATAN value.icegroup()
ICEGROUP value.int
icehdrln()
ICEHDRLN value.int
iceinds()
ICEINDS value.int
iceindsl()
ICEINDSL value.int
iceindsn()
ICEINDSN value.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.icerds()
ICERDS as a LocalDate.int
ICERDS raw value.long
icerdw()
ICERDW value.icerst()
ICERST as a LocalTime.long
ICERST raw valueint
icersub()
ICERSUB value.int
icertyp()
ICERTYP value.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.icesubid()
ICESUBID value.boolean
icesubsy()
int
icetrn()
ICETRN value.iceuif()
ICEUIF value.iceuser()
ICEUSER value.int
icezsrt()
ICEZSRT value.int
icezsrtl()
ICEZSRTL value.int
icezsrtn()
ICEZSRTN value.Get a List containing Input Dataset sections from the recordGet a List containing Outfil Dataset sections from the recordGet a List containing Product sections from the recordGet a List containing Record Length Distribution sections from the recordGet a List containing Sortout Dataset sections from the recordGet a List containing ZSort Statistics sections from the recordMethods inherited from class com.blackhillsoftware.smf.SmfRecord
createSection, extendedHeader, extendedHeader, getTriplet, 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
-
Field Details
-
ICESUBSY
public static final int ICESUBSYConstant: 0x80 = 128- See Also:
-
ICEMVSES
public static final int ICEMVSESConstant: 0x08 = 8- See Also:
-
ICEMVSXA
public static final int ICEMVSXAConstant: 0x04 = 4- See Also:
-
ICEMVS37
public static final int ICEMVS37Constant: 0x02 = 2- See Also:
-
ICERSUBS
public static final int ICERSUBSConstant: 0x01 = 1- See Also:
-
ICERSUBF
public static final int ICERSUBFConstant: 0x02 = 2- See Also:
-
ICERSUBU
public static final int ICERSUBUConstant: 0x03 = 3- See Also:
-
-
Constructor Details
-
Smf16Record
public Smf16Record(byte[] data) Constructs an Smf16Record from the specified byte array.- Parameters:
data
- a byte array containing the SMF record data
-
Smf16Record
Constructs a new Smf16Record from an existing SMF record. The 2 records share the same data byte array.- Parameters:
record
- an existing SMF record
-
-
Method Details
-
from
Constructs a new Smf16Record from an existing SMF record. The 2 records share the same data byte array.- Parameters:
record
- an existing SMF record
-
from
Constructs an Smf16Record from the specified byte array.- Parameters:
data
- a byte array containing the SMF record data
-
productSections
Get a List containing Product sections from the record- Returns:
- a list of ProductSection (possibly empty)
-
dataSections
Get a List containing Common Data sections from the record- Returns:
- a list of DataSection (possibly empty)
-
recordLengthDistributionSections
Get a List containing Record Length Distribution sections from the record- Returns:
- a list of RecordLengthDistributionSection (possibly empty)
-
inputDatasetSections
Get a List containing Input Dataset sections from the record- Returns:
- a list of InputDatasetSection (possibly empty)
-
sortoutDatasetSections
Get a List containing Sortout Dataset sections from the record- Returns:
- a list of SortoutDatasetSection (possibly empty)
-
outfilDatasetSections
Get a List containing Outfil Dataset sections from the record- Returns:
- a list of OutfilDatasetSection (possibly empty)
-
zSortStatisticsSections
Get a List containing ZSort Statistics sections from the record- Returns:
- a list of ZSortStatisticsSection (possibly empty)
-
icerdw
public long icerdw()ICERDW value.- Returns:
- long ICERDW value
-
icesind
public int icesind()ICESIND value.- Returns:
- int ICESIND value
-
icesubsy
public boolean icesubsy()- Returns:
- boolean ICESUBSY bit is set in icesind()
ICESUBSY = 0x80
-
icemvses
public boolean icemvses()- Returns:
- boolean ICEMVSES bit is set in icesind()
ICEMVSES = 0x08
-
icemvsxa
public boolean icemvsxa()- Returns:
- boolean ICEMVSXA bit is set in icesind()
ICEMVSXA = 0x04
-
icemvs37
public boolean icemvs37()- Returns:
- boolean ICEMVS37 bit is set in icesind()
ICEMVS37 = 0x02
-
icertyp
public int icertyp()ICERTYP value.- Returns:
- int ICERTYP value
-
icebtime
ICEBTIME as a LocalTime.- Returns:
- LocalTime ICEBTIME Time
- See Also:
-
icebtimeRawValue
public long icebtimeRawValue()ICEBTIME raw value- Returns:
- long ICEBTIME value
-
icebdate
ICEBDATE as a LocalDate.- Returns:
- LocalDate ICEBDATE Date
- See Also:
-
icebdateRawValue
public int icebdateRawValue()ICEBDATE raw value.- Returns:
- int ICEBDATE value
-
icesid
ICESID value.- Returns:
- String ICESID value
-
icejobnm
ICEJOBNM value.- Returns:
- String ICEJOBNM value
-
icerst
ICERST as a LocalTime.- Returns:
- LocalTime ICERST Time
- See Also:
-
icerstRawValue
public long icerstRawValue()ICERST raw value- Returns:
- long ICERST value
-
icerds
ICERDS as a LocalDate.- Returns:
- LocalDate ICERDS Date
- See Also:
-
icerdsRawValue
public int icerdsRawValue()ICERDS raw value.- Returns:
- int ICERDS value
-
iceuif
ICEUIF value.- Returns:
- String ICEUIF value
-
icestn
public int icestn()ICESTN value.- Returns:
- int ICESTN value
-
icetrn
public int icetrn()ICETRN value.- Returns:
- int ICETRN value
-
icesubid
ICESUBID value.- Returns:
- String ICESUBID value
-
icersub
public int icersub()ICERSUB value.- Returns:
- int ICERSUB value
-
iceprod
public int iceprod()ICEPROD value.- Returns:
- int ICEPROD value
-
iceprodl
public int iceprodl()ICEPRODL value.- Returns:
- int ICEPRODL value
-
iceprodn
public int iceprodn()ICEPRODN value.- Returns:
- int ICEPRODN value
-
icedata
public int icedata()ICEDATA value.- Returns:
- int ICEDATA value
-
icedatal
public int icedatal()ICEDATAL value.- Returns:
- int ICEDATAL value
-
icedatan
public int icedatan()ICEDATAN value.- Returns:
- int ICEDATAN value
-
icestat
public int icestat()ICESTAT value.- Returns:
- int ICESTAT value
-
icestatl
public int icestatl()ICESTATL value.- Returns:
- int ICESTATL value
-
icestatn
public int icestatn()ICESTATN value.- Returns:
- int ICESTATN value
-
iceinds
public int iceinds()ICEINDS value.- Returns:
- int ICEINDS value
-
iceindsl
public int iceindsl()ICEINDSL value.- Returns:
- int ICEINDSL value
-
iceindsn
public int iceindsn()ICEINDSN value.- Returns:
- int ICEINDSN value
-
iceotds
public int iceotds()ICEOTDS value.- Returns:
- int ICEOTDS value
-
iceotdsl
public int iceotdsl()ICEOTDSL value.- Returns:
- int ICEOTDSL value
-
iceotdsn
public int iceotdsn()ICEOTDSN value.- Returns:
- int ICEOTDSN value
-
iceofds
public int iceofds()ICEOFDS value.- Returns:
- int ICEOFDS value
-
iceofdsl
public int iceofdsl()ICEOFDSL value.- Returns:
- int ICEOFDSL value
-
iceofdsn
public int iceofdsn()ICEOFDSN value.- Returns:
- int ICEOFDSN value
-
icehdrln
public int icehdrln()ICEHDRLN value.- Returns:
- int ICEHDRLN value
-
icespgn
public int icespgn()ICESPGN value.- Returns:
- int ICESPGN value
-
iceuser
ICEUSER value.- Returns:
- String ICEUSER value
-
icegroup
ICEGROUP value.- Returns:
- String ICEGROUP value
-
icezsrt
public int icezsrt()ICEZSRT value.- Returns:
- int ICEZSRT value
-
icezsrtl
public int icezsrtl()ICEZSRTL value.- Returns:
- int ICEZSRTL value
-
icezsrtn
public int icezsrtn()ICEZSRTN value.- Returns:
- int ICEZSRTN value
-