Uses of Class
adams.core.ByteFormat
-
Packages that use ByteFormat Package Description adams.core adams.data.conversion -
-
Uses of ByteFormat in adams.core
Methods in adams.core that return ByteFormat Modifier and Type Method Description ByteFormat
ByteFormatString. toByteFormat()
Returns a configuredByteFormat
object. -
Uses of ByteFormat in adams.data.conversion
Fields in adams.data.conversion declared as ByteFormat Modifier and Type Field Description protected ByteFormat
IntToString. m_ByteFormat
the byteformat instance in use.protected ByteFormat
LongToString. m_ByteFormat
the byteformat instance in use.
-