java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.db2.AccountingToken
-
Method Summary
Modifier and TypeMethodDescriptionstatic AccountingToken
create
(byte[] Data, int offset, int length) create is intended for internal use only.boolean
Return Equals if the Accounting Tokens contain the same value.int
hashCode()
Convert the value of the Accounting Token to a 44 character string of hexadecimal digits.toString()
Convert the value of the Accounting Token to a String.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
toString
Convert the value of the Accounting Token to a String.The format produced by toString() may change in the future as more is learned about possible values.
If the token contains values that are not EBCDIC characters, different tokens might produce the same string.
See
toHexString()
for a more strictly defined string format. -
hashCode
public int hashCode() -
toHexString
Convert the value of the Accounting Token to a 44 character string of hexadecimal digits. -
equals
Return Equals if the Accounting Tokens contain the same 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
-