DummyOutputStream
mill.api.DummyOutputStream
@Scaladoc(value = "/**\n * A dummy output stream that does nothing with what it consumes (think of it as `/dev/null`).\n */")
object DummyOutputStream extends OutputStream
A dummy output stream that does nothing with what it consumes (think of it as /dev/null
).
Attributes
- Source
- DummyStreams.scala
- Graph
-
- Supertypes
-
class OutputStreamtrait Flushabletrait Closeabletrait AutoCloseableclass Objecttrait Matchableclass Any
- Self type
-
DummyOutputStream.type
Members list
In this article