object NullOut extends OutputStream

Linear Supertypes
OutputStream, Flushable, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NullOut
  2. OutputStream
  3. Flushable
  4. Closeable
  5. AutoCloseable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def close(): Unit
    Definition Classes
    OutputStream → Closeable → AutoCloseable
    Annotations
    @throws( classOf[java.io.IOException] )
  2. def flush(): Unit
    Definition Classes
    OutputStream → Flushable
    Annotations
    @throws( classOf[java.io.IOException] )
  3. def write(b: Int): Unit
    Definition Classes
    NullOut → OutputStream
  4. def write(arg0: Array[Byte], arg1: Int, arg2: Int): Unit
    Definition Classes
    OutputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  5. def write(arg0: Array[Byte]): Unit
    Definition Classes
    OutputStream
    Annotations
    @throws( classOf[java.io.IOException] )