-
- All Implemented Interfaces:
-
java.io.Closeable,java.io.Flushable,java.lang.Appendable,java.lang.AutoCloseable
public class StackTraceRedirectionPrintStream extends PrintStream
-
-
Constructor Summary
Constructors Constructor Description StackTraceRedirectionPrintStream(PrintStream normalPrintStream, PrintStream redirectedPrintStream, String lookForClassName)
-
Method Summary
Modifier and Type Method Description booleancheckError()voidwrite(@NotNull() Array<byte> buf, int off, int len)voidwrite(int b)voidflush()voidclose()-
Methods inherited from class java.io.PrintStream
append, format, print, printf, println -
Methods inherited from class java.io.OutputStream
nullOutputStream -
Methods inherited from class java.lang.Appendable
append -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
StackTraceRedirectionPrintStream
StackTraceRedirectionPrintStream(PrintStream normalPrintStream, PrintStream redirectedPrintStream, String lookForClassName)
-
-
-
-