Package net.hydromatic.sqllogictest.util
Class StringPrintStream
- java.lang.Object
-
- net.hydromatic.sqllogictest.util.StringPrintStream
-
public class StringPrintStream extends Object
A PrintStream that writes do a String.
-
-
Constructor Summary
Constructors Constructor Description StringPrintStream()
Create a new object that prints to a string.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrintStream
getPrintStream()
Get the stream that is being printed to.String
toString()
Get the data written so far.
-
-
-
Method Detail
-
getPrintStream
public PrintStream getPrintStream()
Get the stream that is being printed to.
-
-