Packages

c

scala.tools.nsc.interpreter

WriterOutputStream

class WriterOutputStream extends OutputStream

Source
Scripted.scala
Linear Supertypes
java.io.OutputStream, Flushable, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WriterOutputStream
  2. OutputStream
  3. Flushable
  4. Closeable
  5. AutoCloseable
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WriterOutputStream(writer: Writer)

Value Members

  1. val byteBuffer: ByteBuffer
  2. val charBuffer: CharBuffer
  3. def close(): Unit
    Definition Classes
    WriterOutputStream → OutputStream → Closeable → AutoCloseable
  4. val decoder: CharsetDecoder
  5. def flush(): Unit
    Definition Classes
    OutputStream → Flushable
    Annotations
    @throws( classOf[java.io.IOException] )
  6. def toString(): String
    Definition Classes
    WriterOutputStream → AnyRef → Any
  7. def write(b: Int): Unit
    Definition Classes
    WriterOutputStream → OutputStream
  8. def write(arg0: Array[Byte], arg1: Int, arg2: Int): Unit
    Definition Classes
    OutputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  9. def write(arg0: Array[Byte]): Unit
    Definition Classes
    OutputStream
    Annotations
    @throws( classOf[java.io.IOException] )