Uses of Class
adams.core.net.Base64Type
-
Packages that use Base64Type Package Description adams.core.net adams.data.conversion -
-
Uses of Base64Type in adams.core.net
Methods in adams.core.net that return Base64Type Modifier and Type Method Description static Base64TypeBase64Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Base64Type[]Base64Type. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Base64Type in adams.data.conversion
Fields in adams.data.conversion declared as Base64Type Modifier and Type Field Description protected Base64TypeBase64ToByteArray. m_Typethe type of conversion to apply.protected Base64TypeBase64ToString. m_Typethe type of conversion to apply.protected Base64TypeByteArrayToBase64. m_Typethe type of conversion to apply.protected Base64TypeStringToBase64. m_Typethe type of conversion to apply.Methods in adams.data.conversion that return Base64Type Modifier and Type Method Description Base64TypeBase64ToByteArray. getType()Returns the conversion to apply.Base64TypeBase64ToString. getType()Returns the conversion to apply.Base64TypeByteArrayToBase64. getType()Returns the conversion to apply.Base64TypeStringToBase64. getType()Returns the conversion to apply.Methods in adams.data.conversion with parameters of type Base64Type Modifier and Type Method Description voidBase64ToByteArray. setType(Base64Type value)Sets the conversion to apply.voidBase64ToString. setType(Base64Type value)Sets the conversion to apply.voidByteArrayToBase64. setType(Base64Type value)Sets the conversion to apply.voidStringToBase64. setType(Base64Type value)Sets the conversion to apply.
-