Go to the documentation of this file.
22 #ifndef __vtkBase64InputStream_h
23 #define __vtkBase64InputStream_h
25 #include "vtkIOCoreModule.h"
60 unsigned char Buffer[2];
63 int DecodeTriplet(
unsigned char& c0,
unsigned char& c1,
unsigned char& c2);