baos = new ByteArrayOutputStream(); ps = new PrintStream(baos);
return baos.toString();
return ps;
baos.reset();