Class WrappedPrintWriter

java.lang.Object
java.io.Writer
java.io.PrintWriter
org.openqa.selenium.cli.WrappedPrintWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class WrappedPrintWriter extends PrintWriter
  • Constructor Details

    • WrappedPrintWriter

      public WrappedPrintWriter(OutputStream out, int lineLength, int indentBy)
    • WrappedPrintWriter

      public WrappedPrintWriter(Writer out, int lineLength, int indentBy)
  • Method Details

    • write

      public void write(int c)
      Overrides:
      write in class PrintWriter
    • write

      public void write(char[] buf, int off, int len)
      Overrides:
      write in class PrintWriter
    • write

      public void write(String s, int off, int len)
      Overrides:
      write in class PrintWriter