MultiStream

mill.internal.MultiStream
class MultiStream(stream1: OutputStream, stream2: OutputStream) extends PrintStream

Attributes

Source
MultiStream.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

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 checkError(): Boolean

Attributes

Inherited from:
PrintStream
def close(): Unit

Attributes

Inherited from:
PrintStream
def flush(): Unit

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
def write(x$0: Array[Byte], x$1: Int, x$2: Int): Unit

Attributes

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

Attributes

Inherited from:
PrintStream
def write(x$0: Array[Byte]): Unit

Attributes

Inherited from:
FilterOutputStream