Package com.blackhillsoftware.smf.smf14
Class HiperBatchSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf14.HiperBatchSection
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic HiperBatchSectioncreate(byte[] Data, int offset, int length) create is intended for internal use only.longsmfchits()SMFCHITS value.longsmfcios()SMFCIOS value.longsmfioreq()SMFIOREQ value.longsmfnmwts()SMFNMWTS value.longsmfphios()SMFPHIOS value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMFHBEND
public static final int SMFHBENDConstant: 0x14 = 20- See Also:
-
-
Method Details
-
smfioreq
public long smfioreq()SMFIOREQ value.- Returns:
- long SMFIOREQ value
-
smfchits
public long smfchits()SMFCHITS value.- Returns:
- long SMFCHITS value
-
smfnmwts
public long smfnmwts()SMFNMWTS value.- Returns:
- long SMFNMWTS value
-
smfphios
public long smfphios()SMFPHIOS value.- Returns:
- long SMFPHIOS value
-
smfcios
public long smfcios()SMFCIOS value.- Returns:
- long SMFCIOS value
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data- Array of bytes containing data for this sectionoffset- Offset of this section in the datalength- length of the section
-