15#ifndef vtkInputStream_h
16#define vtkInputStream_h
18#include "vtkIOCoreModule.h"
21VTK_ABI_NAMESPACE_BEGIN
48 virtual int Seek(vtkTypeInt64 offset);
54 virtual size_t Read(
void* data,
size_t length);
a simple class to control print indentation