public final class AccountingToken extends SmfData
Modifier and Type | Method and Description |
---|---|
static AccountingToken |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
equals(Object obj)
Return Equals if the Accounting Tokens contain the same value.
|
int |
hashCode() |
String |
toHexString()
Convert the value of the Accounting Token to a 44 character string of hexadecimal digits.
|
String |
toString()
Convert the value of the Accounting Token to a String.
|
createSection, dump, dump, dump, dump, getBytes, getBytes, getDataArray, getTriplet
public String toString()
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.
public String toHexString()
public boolean equals(Object obj)
equals
in class SmfData
Object.equals(java.lang.Object)
public static AccountingToken create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.