Class TextWriter


public class TextWriter extends GeneratorWriter<TextWriter>
A wrapper for a PrintWriter

This wrapper adds text printing features to the general GeneratorWriter

Author:
Lukas Eder
  • Constructor Details

    • TextWriter

      protected TextWriter(File file)
    • TextWriter

      protected TextWriter(File file, String encoding)