Go to the documentation of this file.
21 #ifndef __vtkBase64Utilities_h
22 #define __vtkBase64Utilities_h
34 static void EncodeTriplet(
unsigned char i0,
45 static void EncodePair(
unsigned char i0,
55 static void EncodeSingle(
unsigned char i0,
73 static unsigned long Encode(
const unsigned char *input,
75 unsigned char *output,
82 static int DecodeTriplet(
unsigned char i0,
101 static unsigned long Decode(
const unsigned char *input,
103 unsigned char *output,
104 unsigned long max_input_length = 0);