org.jenkinsci.plugins.tcl.util
Class StringOutputStream
java.lang.Object
java.io.OutputStream
org.jenkinsci.plugins.tcl.util.StringOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
- Direct Known Subclasses:
- TclDriver.StdErr, TclDriver.StdOut
public abstract class StringOutputStream
- extends OutputStream
Implements OutputStream with internal buffering and per-string output
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringOutputStream
public StringOutputStream()
write
public void write(int i)
throws IOException
- Specified by:
write in class OutputStream
- Throws:
IOException
WriteLine
public abstract void WriteLine(String str)
throws IOException
- Writes string to the stream
- Parameters:
str -
- Throws:
IOException
Copyright © 2004-2013. All Rights Reserved.