-
- 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 boolean
checkError()
void
write(@NotNull() Array<byte> buf, int off, int len)
void
write(int b)
void
flush()
void
close()
-
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)
-
-
-
-