Class TableManagerTableStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.TableManagerTableStatistics
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiona16tnam()
A16TNAM value.long
a16tsize()
A16TSIZE value.static TableManagerTableStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
A16SCLEN
public static final int A16SCLENConstant: 0x08 = 8- See Also:
-
-
Method Details
-
a16tnam
A16TNAM value.- Returns:
- String A16TNAM value
-
a16tsize
public long a16tsize()A16TSIZE value.- Returns:
- long A16TSIZE 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
-