Uses of Class
org.apache.vinci.transport.util.Base64FormatException
-
Packages that use Base64FormatException Package Description org.apache.vinci.transport.util -
-
Uses of Base64FormatException in org.apache.vinci.transport.util
Methods in org.apache.vinci.transport.util that throw Base64FormatException Modifier and Type Method Description static int
Base64Converter. calculateBinaryOutputSize(byte[] input, int input_size)
Calculate the number of bytes encoded by a given Base64 input.static java.lang.String
Base64Converter. convertBase64StringToString(java.lang.String base64)
static byte[]
Base64Converter. convertBase64ToBinary(byte[] input)
static byte[]
Base64Converter. convertBase64ToBinary(byte[] input, int input_size)
-