com.ochafik.io
Class StringBufferOutputStream
java.lang.Object
java.io.OutputStream
com.ochafik.io.StringBufferOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class StringBufferOutputStream
- extends OutputStream
StringBufferOutputStream
public StringBufferOutputStream()
StringBufferOutputStream
public StringBufferOutputStream(StringBuffer b)
StringBufferOutputStream
public StringBufferOutputStream(String s)
toString
public String toString()
- Overrides:
toString
in class Object
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Overrides:
close
in class OutputStream
- Throws:
IOException
flush
public void flush()
throws IOException
- Specified by:
flush
in interface Flushable
- Overrides:
flush
in class OutputStream
- Throws:
IOException
write
public void write(int i)
throws IOException
- Specified by:
write
in class OutputStream
- Throws:
IOException
write
public void write(byte[] b,
int off,
int l)
throws IOException
- Overrides:
write
in class OutputStream
- Throws:
IOException
write
public void write(byte[] b)
throws IOException
- Overrides:
write
in class OutputStream
- Throws:
IOException
Copyright © 2009. All Rights Reserved.