Class Printer

java.lang.Object
java.io.Writer
org.exoplatform.commons.utils.Printer
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
Direct Known Subclasses:
OutputStreamPrinter, WriterPrinter

public abstract class Printer extends Writer
Extend the writer class by providing various method for printing text.
  • Constructor Details

    • Printer

      public Printer()