Uses of Class
adams.core.ByteFormatString
-
Packages that use ByteFormatString Package Description adams.data.conversion -
-
Uses of ByteFormatString in adams.data.conversion
Fields in adams.data.conversion declared as ByteFormatString Modifier and Type Field Description protected ByteFormatString
IntToString. m_Format
the byte format string to use.protected ByteFormatString
LongToString. m_Format
the byte format string to use.Methods in adams.data.conversion that return ByteFormatString Modifier and Type Method Description ByteFormatString
IntToString. getFormat()
Returns the byte format string.ByteFormatString
LongToString. getFormat()
Returns the byte format string.Methods in adams.data.conversion with parameters of type ByteFormatString Modifier and Type Method Description void
IntToString. setFormat(ByteFormatString value)
Sets the byte format string.void
LongToString. setFormat(ByteFormatString value)
Sets the byte format string.
-