Class WriterOutputStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    public class WriterOutputStream
    extends OutputStream
    A sender that uses a print writer.

    In general this should never be used. It exists for the edge case where a filter has called getWriter() and then the default servlet is being used to serve a text file.

    Author:
    Stuart Douglas