Package jetbrains.buildServer.agent.impl
Class SimpleOutput
- java.lang.Object
-
- jetbrains.buildServer.agent.impl.SimpleOutput
-
public class SimpleOutput extends Object
-
-
Constructor Summary
Constructors Constructor Description SimpleOutput(PrintStream savedStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrintStream
getPrintStream()
PrintStream
getSavedStream()
byte[]
getWrittenBytes()
void
resetBuffer()
-
-
-
Constructor Detail
-
SimpleOutput
public SimpleOutput(PrintStream savedStream)
-
-
Method Detail
-
getSavedStream
public PrintStream getSavedStream()
-
resetBuffer
public void resetBuffer()
-
getWrittenBytes
public byte[] getWrittenBytes()
-
getPrintStream
public PrintStream getPrintStream()
-
-