java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.Token
com.blackhillsoftware.smf.db2.AccountingToken
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AccountingTokencreate(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) create is intended for internal use only.Convert the value of the Accounting Token to a 44 character string of hexadecimal digits.Methods inherited from class com.blackhillsoftware.smf.Token
asHex, asString, basicToken, isZeros, toString
-
Method Details
-
toHexString
Convert the value of the Accounting Token to a 44 character string of hexadecimal digits. -
create
public static AccountingToken create(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) 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
-