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 Summary
-
Method Summary
Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream
-
Constructor Details
-
StringOutputStream
public StringOutputStream()Deprecated.
-
-
Method Details
-
write
Deprecated.- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
Deprecated.- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
Deprecated.- Specified by:
write
in classOutputStream
- Throws:
IOException
-
toString
Deprecated.
-
ByteArrayOutputStream.toString(String)
.