Package | Description |
---|---|
org.apache.vinci.transport.util |
Modifier and Type | Method and Description |
---|---|
static int |
Base64Converter.calculateBinaryOutputSize(byte[] input,
int input_size)
Calculate the number of bytes encoded by a given Base64 input.
|
static String |
Base64Converter.convertBase64StringToString(String base64) |
static byte[] |
Base64Converter.convertBase64ToBinary(byte[] input) |
static byte[] |
Base64Converter.convertBase64ToBinary(byte[] input,
int input_size) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.