NullOutputStream

object NullOutputStream extends OutputStream
class OutputStream
trait Flushable
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any

Value members

Concrete methods

def write(b: Int): Unit

Inherited methods

@throws(java.io.IOException)
def close(): Unit
Inherited from:
OutputStream
@throws(java.io.IOException)
def flush(): Unit
Inherited from:
OutputStream
@throws(java.io.IOException)
def write(x$0: Array[Byte], x$1: Int, x$2: Int): Unit
Inherited from:
OutputStream
@throws(java.io.IOException)
def write(x$0: Array[Byte]): Unit
Inherited from:
OutputStream