Class to read/write ascii text.
bool CanHandle(const char *NameString) override
The name this codec goes by - should match the string the factory will take to create it.
~vtkASCIITextCodec() override
vtkTypeUInt32 NextUTF32CodePoint(istream &inputStream) override
Return the next code point from the sequence represented by the begin, end iterators advancing begin ...
const char * Name() override
The name this codec goes by - should match the string the factory will take to create it.
static vtkASCIITextCodec * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Virtual class to act as an interface for all text codecs.