Class LogicalStream


  • public final class LogicalStream
    extends java.lang.Object
    A stream-like object that preserves ordering between stdout/stderr
    • Constructor Summary

      Constructors 
      Constructor Description
      LogicalStream()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void write​(boolean stdout, byte[] b, int off, int len)  
      void writeDetails​(org.apache.maven.surefire.report.ConsoleOutputReceiver outputReceiver)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LogicalStream

        public LogicalStream()
    • Method Detail

      • write

        public void write​(boolean stdout,
                          byte[] b,
                          int off,
                          int len)
      • writeDetails

        public void writeDetails​(org.apache.maven.surefire.report.ConsoleOutputReceiver outputReceiver)