Uses of Class
org.apache.vinci.transport.util.Base64FormatException
Packages that use Base64FormatException
-
Uses of Base64FormatException in org.apache.vinci.transport.util
Methods in org.apache.vinci.transport.util that throw Base64FormatExceptionModifier and TypeMethodDescriptionprivate static intBase64Converter.b64decodeOctet(byte[] in, int in_offset, byte[] out, int out_offset, int max_offset) static intBase64Converter.calculateBinaryOutputSize(byte[] input, int input_size) Calculate the number of bytes encoded by a given Base64 input.private static intBase64Converter.consumeInvalidDigits(byte[] in, int off, int max_offset) static StringBase64Converter.convertBase64StringToString(String base64) static byte[]Base64Converter.convertBase64ToBinary(byte[] input) static byte[]Base64Converter.convertBase64ToBinary(byte[] input, int input_size)