23 #ifndef vtkBase64InputStream_h
24 #define vtkBase64InputStream_h
26 #include "vtkIOCoreModule.h"
69 unsigned char Buffer[2];
72 int DecodeTriplet(
unsigned char& c0,
unsigned char& c1,
unsigned char& c2);
a simple class to control print indentation