Packages

c

scala.tools.nsc

ConsoleWriter

class ConsoleWriter extends Writer

A Writer that writes onto the Scala Console.

Source
ConsoleWriter.scala
Version

1.0

Linear Supertypes
Writer, Flushable, Closeable, AutoCloseable, Appendable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConsoleWriter
  2. Writer
  3. Flushable
  4. Closeable
  5. AutoCloseable
  6. Appendable
  7. AnyRef
  8. 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 ConsoleWriter()

Value Members

  1. def append(arg0: Char): Writer
    Definition Classes
    Writer → Appendable
    Annotations
    @throws( classOf[java.io.IOException] )
  2. def append(arg0: CharSequence, arg1: Int, arg2: Int): Writer
    Definition Classes
    Writer → Appendable
    Annotations
    @throws( classOf[java.io.IOException] )
  3. def append(arg0: CharSequence): Writer
    Definition Classes
    Writer → Appendable
    Annotations
    @throws( classOf[java.io.IOException] )
  4. def close(): Unit
    Definition Classes
    ConsoleWriter → Writer → Closeable → AutoCloseable
  5. def flush(): Unit
    Definition Classes
    ConsoleWriter → Writer → Flushable
  6. def write(str: String): Unit
    Definition Classes
    ConsoleWriter → Writer
  7. def write(cbuf: Array[Char], off: Int, len: Int): Unit
    Definition Classes
    ConsoleWriter → Writer
  8. def write(arg0: String, arg1: Int, arg2: Int): Unit
    Definition Classes
    Writer
    Annotations
    @throws( classOf[java.io.IOException] )
  9. def write(arg0: Array[Char]): Unit
    Definition Classes
    Writer
    Annotations
    @throws( classOf[java.io.IOException] )
  10. def write(arg0: Int): Unit
    Definition Classes
    Writer
    Annotations
    @throws( classOf[java.io.IOException] )