java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.SmfRecord
com.blackhillsoftware.smf.smf14.Smf14Record
com.blackhillsoftware.smf.smf15.Smf15Record
-
Field Summary
Fields inherited from class com.blackhillsoftware.smf.smf14.Smf14Record
DCBACBM, DCBDSGCX, DCBDSGDA, DCBDSGGS, DCBDSGIS, DCBDSGPO, DCBDSGPS, DCBDSGTQ, DCBDSGTR, DCBDSGTX, DCBDSGU, DCBOBUSY, DCBOFEOV, DCBOFIOD, DCBOFIOF, DCBOFLRB, DCBOFLWR, DCBOFOPN, DCBOFPPC, DCBOFTM, DCBOFUEX, DCBOLOCK, DCBOPTA, DCBOPTDB, DCBOPTE, DCBOPTF, DCBOPTRB, DCBOPTRE, DCBOPTTO, DCBRECBR, DCBRECC, DCBRECCA, DCBRECCC, DCBRECCM, DCBRECD, DCBRECF, DCBRECKL, DCBRECL, DCBRECLA, DCBRECSB, DCBRECTO, DCBRECU, DCBRECV, DEBABEND, DEBACCS, DEBDCB, DEBDISP, DEBDSMOD, DEBDSNEW, DEBDSOLD, DEBEOF, DEBEXFUL, DEBINOUT, DEBINPUT, DEBLABEL, DEBLEAVE, DEBOTINX, DEBOUTIN, DEBOUTPT, DEBPOSIT, DEBRDBCK, DEBRERED, DEBRERR, DEBRLSE, DEBSPLIT, DEBUPDAT, DEBXTEND, SMF14ABD, SMF14DAD, SMF14DDA, SMF14EOV, SMF14HBT, SMF14IPD, SMF14IS, SMF14JIS, SMF14NSG, SMF14RV0, SMF14STR, SMF14TCL, SMF14TDS, SMF14TRC, SMF14VIO, SMF14XSG
-
Constructor Summary
ConstructorDescriptionSmf15Record
(byte[] data) Constructs an Smf15Record from the specified byte array.Smf15Record
(SmfRecord record) Constructs a new Smf15Record from an existing SMF record. -
Method Summary
Modifier and TypeMethodDescriptionstatic Smf15Record
from
(byte[] data) Constructs an Smf15Record from the specified byte array.static Smf15Record
Constructs a new Smf15Record from an existing SMF record.Methods inherited from class com.blackhillsoftware.smf.smf14.Smf14Record
additionalDatasetCharacteristics, ccsidInformationSections, compressedFormatDatasetSections, dasdExtension, dcbacbm, dcbdsgcx, dcbdsgda, dcbdsggs, dcbdsgis, dcbdsgpo, dcbdsgps, dcbdsgtq, dcbdsgtr, dcbdsgtx, dcbdsgu, dcbobusy, dcbofeov, dcbofiod, dcbofiof, dcboflrb, dcboflwr, dcbofopn, dcbofppc, dcboftm, dcbofuex, dcbolock, dcbopta, dcboptdb, dcbopte, dcboptf, dcboptrb, dcboptre, dcboptto, dcbrecbr, dcbrecc, dcbrecca, dcbreccm, dcbrecd, dcbrecf, dcbreckl, dcbrecsb, dcbrecto, dcbrecu, dcbrecv, debabend, debdcb, debdsmod, debdsnew, debdsold, debeof, debexful, debinout, debinput, deblabel, debleave, debotinx, deboutin, deboutpt, debrdbck, debrered, debrerr, debrlse, debsplit, debupdat, debvolbt, debxtend, encryptedDasdDatasetSection, hiperBatchSection, pdseStatistics, rasSection, smf14abd, smf14dad, smf14dda, smf14dte, smf14dteRawValue, smf14eov, smf14flg, smf14hbt, smf14ipd, smf14is, smf14jbn, smf14jis, smf14len, smf14nsg, smf14nuc, smf14ope, smf14opeRawValue, smf14rin, smf14rsd, smf14rsdRawValue, smf14rst, smf14rstRawValue, smf14rty, smf14rv0, smf14sdc, smf14seg, smf14set, smf14sid, smf14str, smf14suc, smf14sxs, smf14tcl, smf14tds, smf14tme, smf14tmeRawValue, smf14trc, smf14uid, smf14vio, smf14xsg, smfdcbfl, smfdcbmf, smfdcbop, smfdcbor, smfdcbrf, smfdebfl, smfdebop, smfdebvl, smfjfcb1, smftioe1, smftioe2, smftioe3, smftioe4, smftioe5, smftioe6, smftioe7, smsClassSections, stepInformationSections, tapeEncryptionData, tapeExtension, tiotSection, ucbSections
Methods 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
-
Constructor Details
-
Smf15Record
public Smf15Record(byte[] data) Constructs an Smf15Record from the specified byte array.- Parameters:
data
- a byte array containing the SMF record data
-
Smf15Record
Constructs a new Smf15Record 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 Smf15Record from an existing SMF record. The 2 records share the same data byte array.- Parameters:
record
- an existing SMF record
-
from
Constructs an Smf15Record from the specified byte array.- Parameters:
data
- a byte array containing the SMF record data
-