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 ByteFormatStringIntToString. m_Formatthe byte format string to use.protected ByteFormatStringLongToString. m_Formatthe byte format string to use.Methods in adams.data.conversion that return ByteFormatString Modifier and Type Method Description ByteFormatStringIntToString. getFormat()Returns the byte format string.ByteFormatStringLongToString. getFormat()Returns the byte format string.Methods in adams.data.conversion with parameters of type ByteFormatString Modifier and Type Method Description voidIntToString. setFormat(ByteFormatString value)Sets the byte format string.voidLongToString. setFormat(ByteFormatString value)Sets the byte format string.
-