NullOutStream

org.http4s.testing.NullOutStream$
object NullOutStream extends OutputStream

Attributes

Source
NullOutStream.scala
Graph
Supertypes
class OutputStream
trait Flushable
trait Closeable
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

override def write(b: Int): Unit

Attributes

Definition Classes
Source
NullOutStream.scala

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