Package com.blackhillsoftware.smf.smf90
Class LogrecDatasetSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.LogrecDatasetSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic LogrecDatasetSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.smf9026g()
SMF9026G value.smf9026h()
SMF9026H value.smf9026m()
SMF9026M value.smf9026n()
SMF9026N value.smf9026r()
SMF9026R value.smf90log()
SMF90LOG value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf90log
SMF90LOG value.- Returns:
- String SMF90LOG value
-
smf9026m
SMF9026M value.- Returns:
- String SMF9026M value
-
smf9026g
SMF9026G value.- Returns:
- String SMF9026G value
-
smf9026n
SMF9026N value.- Returns:
- String SMF9026N value
-
smf9026r
SMF9026R value.- Returns:
- String SMF9026R value
-
smf9026h
SMF9026H value.- Returns:
- String SMF9026H 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
-