java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf98.WicData
Generic SMF 98 WIC data section - usually you would use subtype specific sections
-
Method Summary
Modifier and TypeMethodDescriptionint
SMF98WicData_AggBucketLN1 value.int
SMF98WicData_AggBucketLN2 value.int
SMF98WicData_AggBucketOF1 value.int
SMF98WicData_AggBucketOF2 value.int
SMF98WicData_AggBucketON1 value.int
SMF98WicData_AggBucketON2 value.static WicData
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
SMF98WicData_JobIndexLN value.int
SMF98WicData_JobIndexOF value.int
SMF98WicData_JobIndexON value.int
SMF98WicData_JobListLN value.int
SMF98WicData_JobListOF value.int
SMF98WicData_JobListON value.static int
smf98wicdataTripletsLen
(byte[] data, int offset) Static method to read the tripletsLen value from a location in a byte arrayint
SMF98WicData_TripletsLen value.int
SMF98WicData_TripletsNum value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
tripletsNum
public int tripletsNum()SMF98WicData_TripletsNum value.- Returns:
- int SMF98WicData_TripletsNum value
-
tripletsLen
public int tripletsLen()SMF98WicData_TripletsLen value.- Returns:
- int SMF98WicData_TripletsLen value
-
smf98wicdataTripletsLen
public static int smf98wicdataTripletsLen(byte[] data, int offset) Static method to read the tripletsLen value from a location in a byte array- Parameters:
data
- the byte arrayoffset
- the offset to the tripletsLen field- Returns:
- the tripletsLen value
-
aggBucketOf1
public int aggBucketOf1()SMF98WicData_AggBucketOF1 value.- Returns:
- int SMF98WicData_AggBucketOF1 value
-
aggBucketLn1
public int aggBucketLn1()SMF98WicData_AggBucketLN1 value.- Returns:
- int SMF98WicData_AggBucketLN1 value
-
aggBucketOn1
public int aggBucketOn1()SMF98WicData_AggBucketON1 value.- Returns:
- int SMF98WicData_AggBucketON1 value
-
aggBucketOf2
public int aggBucketOf2()SMF98WicData_AggBucketOF2 value.- Returns:
- int SMF98WicData_AggBucketOF2 value
-
aggBucketLn2
public int aggBucketLn2()SMF98WicData_AggBucketLN2 value.- Returns:
- int SMF98WicData_AggBucketLN2 value
-
aggBucketOn2
public int aggBucketOn2()SMF98WicData_AggBucketON2 value.- Returns:
- int SMF98WicData_AggBucketON2 value
-
jobIndexOf
public int jobIndexOf()SMF98WicData_JobIndexOF value.- Returns:
- int SMF98WicData_JobIndexOF value
-
jobIndexLn
public int jobIndexLn()SMF98WicData_JobIndexLN value.- Returns:
- int SMF98WicData_JobIndexLN value
-
jobIndexOn
public int jobIndexOn()SMF98WicData_JobIndexON value.- Returns:
- int SMF98WicData_JobIndexON value
-
jobListOf
public int jobListOf()SMF98WicData_JobListOF value.- Returns:
- int SMF98WicData_JobListOF value
-
jobListLn
public int jobListLn()SMF98WicData_JobListLN value.- Returns:
- int SMF98WicData_JobListLN value
-
jobListOn
public int jobListOn()SMF98WicData_JobListON value.- Returns:
- int SMF98WicData_JobListON 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
-