Class WriterOutputStream

java.lang.Object
java.io.OutputStream
org.kohsuke.stapler.framework.io.WriterOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class WriterOutputStream extends OutputStream
OutputStream that writes to Writer by assuming the platform default encoding.
Author:
Kohsuke Kawaguchi