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 private static int
Base64Converter. b64decodeOctet(byte[] in, int in_offset, byte[] out, int out_offset, int max_offset)
static int
Base64Converter. calculateBinaryOutputSize(byte[] input, int input_size)
Calculate the number of bytes encoded by a given Base64 input.private static int
Base64Converter. consumeInvalidDigits(byte[] in, int off, int max_offset)
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)
-