Go to the documentation of this file.
22 #ifndef __vtkBase64OutputStream_h
23 #define __vtkBase64OutputStream_h
25 #include "vtkIOCoreModule.h"
55 unsigned char Buffer[2];
58 int EncodeTriplet(
unsigned char c0,
unsigned char c1,
unsigned char c2);
59 int EncodeEnding(
unsigned char c0,
unsigned char c1);
60 int EncodeEnding(
unsigned char c0);