Go to the documentation of this file.
22 #ifndef __vtkBase64OutputStream_h
23 #define __vtkBase64OutputStream_h
54 unsigned char Buffer[2];
57 int EncodeTriplet(
unsigned char c0,
unsigned char c1,
unsigned char c2);
58 int EncodeEnding(
unsigned char c0,
unsigned char c1);
59 int EncodeEnding(
unsigned char c0);