NullOutputStream

better.files.NullOutputStream$
object NullOutputStream extends OutputStream

A sink outputstream similar to /dev/null - just consumes everything

Attributes

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

Members list

Concise view

Value members

Concrete methods

override def write(b: Int): Unit

Attributes

Definition Classes
OutputStream

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