All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

  • Field Summary

    Fields

    The underlying character-output stream.

  • Constructor Summary

    Constructors

    protected

    Create a new filtered writer.

  • Method Summary

    void

    close()

    Closes the stream, flushing it first.

    void

    flush()

    void

    write(char[] cbuf, int off, int len)

    Writes a portion of an array of characters.

    void

    write(int c)

    Writes a single character.

    void

    write(String str, int off, int len)

    Writes a portion of a string.

  • Field Details

    • out

  • Constructor Details

    • FilterWriter

  • Method Details

    • write

    • write

    • write

    • flush

    • close