NullOutputStream

org.specs2.reporter.NullOutputStream
object NullOutputStream extends OutputStream

Attributes

Graph
Supertypes
class OutputStream
trait Flushable
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def write(b: Int): Unit

Inherited methods

def close(): Unit

Attributes

Inherited from:
OutputStream
def flush(): Unit

Attributes

Inherited from:
OutputStream
def write(x$0: Array[Byte], x$1: Int, x$2: Int): Unit

Attributes

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

Attributes

Inherited from:
OutputStream