Package 

Class StackTraceRedirectionPrintStream

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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)