BufferedWriter

class BufferedWriter(out: Writer, bufferSize: Int) extends Writer
class Writer
trait Flushable
trait Closeable
trait AutoCloseable
trait Appendable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def close(): Unit
Definition Classes
Writer -> Closeable -> AutoCloseable
override def flush(): Unit
Definition Classes
Writer -> Flushable
override def write(c: Int): Unit
Definition Classes
Writer
override def write(c: Array[Char], off: Int, len: Int): Unit
Definition Classes
Writer

Inherited methods

@throws(java.io.IOException)
def append(x$0: Char): Writer
Inherited from
Writer
@throws(java.io.IOException)
def append(x$0: CharSequence, x$1: Int, x$2: Int): Writer
Inherited from
Writer
@throws(java.io.IOException)
def append(x$0: CharSequence): Writer
Inherited from
Writer
@throws(java.io.IOException)
def write(x$0: String, x$1: Int, x$2: Int): Unit
Inherited from
Writer
@throws(java.io.IOException)
def write(x$0: String): Unit
Inherited from
Writer
@throws(java.io.IOException)
def write(x$0: Array[Char]): Unit
Inherited from
Writer