23 #ifndef vtkBase64InputStream_h 24 #define vtkBase64InputStream_h 26 #include "vtkIOCoreModule.h" 47 int Seek(vtkTypeInt64
offset) VTK_OVERRIDE;
53 size_t Read(
void*
data,
size_t length) VTK_OVERRIDE;
61 void EndReading() VTK_OVERRIDE;
69 unsigned char Buffer[2];
72 int DecodeTriplet(
unsigned char& c0,
unsigned char& c1,
unsigned char& c2);
a simple class to control print indentation