Class StringOutputStream

java.lang.Object
java.io.OutputStream
org.codehaus.plexus.util.StringOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

@Deprecated public class StringOutputStream extends OutputStream
Deprecated.
As of version 1.5.2 this class should no longer be used because it does not properly handle character encoding. Instead, use ByteArrayOutputStream.toString(String).
Wraps a String as an OutputStream.
Author:
Emmanuel Venisse