object NullOut extends OutputStream
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NullOut
- OutputStream
- Flushable
- Closeable
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
close(): Unit
- Definition Classes
- OutputStream → Closeable → AutoCloseable
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
flush(): Unit
- Definition Classes
- OutputStream → Flushable
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
write(b: Int): Unit
- Definition Classes
- NullOut → OutputStream
-
def
write(arg0: Array[Byte], arg1: Int, arg2: Int): Unit
- Definition Classes
- OutputStream
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
write(arg0: Array[Byte]): Unit
- Definition Classes
- OutputStream
- Annotations
- @throws( classOf[java.io.IOException] )