Package org.codehaus.plexus.util
Class StringOutputStream
java.lang.Object
java.io.OutputStream
org.codehaus.plexus.util.StringOutputStream
- All Implemented Interfaces:
- Closeable,- Flushable,- AutoCloseable
Deprecated.
Wraps a String as an OutputStream.
- Author:
- Emmanuel Venisse
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.io.OutputStreamclose, flush, nullOutputStream
- 
Constructor Details- 
StringOutputStreampublic StringOutputStream()Deprecated.
 
- 
- 
Method Details- 
writeDeprecated.- Overrides:
- writein class- OutputStream
- Throws:
- IOException
 
- 
writeDeprecated.- Overrides:
- writein class- OutputStream
- Throws:
- IOException
 
- 
writeDeprecated.- Specified by:
- writein class- OutputStream
- Throws:
- IOException
 
- 
toStringDeprecated.
 
- 
ByteArrayOutputStream.toString(String).