Packages

class PrettyWriter extends Writer

Source
PrettyWriter.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrettyWriter
  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. Protected

Instance Constructors

  1. new PrettyWriter(wr: Writer)

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
    PrettyWriter → Writer → Closeable → AutoCloseable
  5. def flush(): Unit
    Definition Classes
    PrettyWriter → Writer → Flushable
  6. def toString(): String
    Definition Classes
    PrettyWriter → AnyRef → Any
  7. def write(str: Array[Char], off: Int, len: Int): Unit
    Definition Classes
    PrettyWriter → Writer
  8. def write(arg0: String, arg1: Int, arg2: Int): Unit
    Definition Classes
    Writer
    Annotations
    @throws(classOf[java.io.IOException])
  9. def write(arg0: String): Unit
    Definition Classes
    Writer
    Annotations
    @throws(classOf[java.io.IOException])
  10. def write(arg0: Array[Char]): Unit
    Definition Classes
    Writer
    Annotations
    @throws(classOf[java.io.IOException])
  11. def write(arg0: Int): Unit
    Definition Classes
    Writer
    Annotations
    @throws(classOf[java.io.IOException])