org.codehaus.plexus.util

Class StringOutputStream


public class StringOutputStream
extends OutputStream

Wraps a String as an OutputStream.
Version:
$Id: StringOutputStream.java 5958 2007-02-28 10:29:55Z olamy $
Author:
Emmanuel Venisse

Method Summary

String
toString()
void
write(byte[] b)
void
write(byte[] b, int off, int len)
void
write(int b)

Method Details

toString

public String toString()

write

public void write(byte[] b)
            throws IOException

write

public void write(byte[] b,
                  int off,
                  int len)
            throws IOException

write

public void write(int b)
            throws IOException