TeePrintStream

mill.daemon.TeePrintStream
class TeePrintStream(out1: PrintStream, out2: PrintStream) extends PrintStream

Attributes

Source
TeePrintStream.scala
Graph
Supertypes
class PrintStream
trait Appendable
class FilterOutputStream
class OutputStream
trait Flushable
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def checkError(): Boolean

Attributes

Definition Classes
PrintStream
Source
TeePrintStream.scala
override def close(): Unit

Attributes

Definition Classes
PrintStream -> FilterOutputStream -> OutputStream -> Closeable -> AutoCloseable
Source
TeePrintStream.scala
override def flush(): Unit

Attributes

Definition Classes
PrintStream -> FilterOutputStream -> OutputStream -> Flushable
Source
TeePrintStream.scala
override def write(b: Int): Unit

Attributes

Definition Classes
PrintStream -> FilterOutputStream -> OutputStream
Source
TeePrintStream.scala
override def write(b: Array[Byte]): Unit

Attributes

Definition Classes
FilterOutputStream -> OutputStream
Source
TeePrintStream.scala
override def write(b: Array[Byte], off: Int, len: Int): Unit

Attributes

Definition Classes
PrintStream -> FilterOutputStream -> OutputStream
Source
TeePrintStream.scala

Inherited methods

def append(x$0: Char): PrintStream

Attributes

Inherited from:
PrintStream
def append(x$0: CharSequence, x$1: Int, x$2: Int): PrintStream

Attributes

Inherited from:
PrintStream
def append(x$0: CharSequence): PrintStream

Attributes

Inherited from:
PrintStream
def format(x$0: Locale, x$1: String, x$2: <FromJavaObject>*): PrintStream

Attributes

Inherited from:
PrintStream
def format(x$0: String, x$1: <FromJavaObject>*): PrintStream

Attributes

Inherited from:
PrintStream
def printf(x$0: Locale, x$1: String, x$2: <FromJavaObject>*): PrintStream

Attributes

Inherited from:
PrintStream
def printf(x$0: String, x$1: <FromJavaObject>*): PrintStream

Attributes

Inherited from:
PrintStream
def println(x$0: <FromJavaObject>): Unit

Attributes

Inherited from:
PrintStream
def println(x$0: String): Unit

Attributes

Inherited from:
PrintStream
def println(x$0: Array[Char]): Unit

Attributes

Inherited from:
PrintStream
def println(x$0: Double): Unit

Attributes

Inherited from:
PrintStream
def println(x$0: Float): Unit

Attributes

Inherited from:
PrintStream
def println(x$0: Long): Unit

Attributes

Inherited from:
PrintStream
def println(x$0: Int): Unit

Attributes

Inherited from:
PrintStream
def println(x$0: Char): Unit

Attributes

Inherited from:
PrintStream
def println(x$0: Boolean): Unit

Attributes

Inherited from:
PrintStream
def println(): Unit

Attributes

Inherited from:
PrintStream