BufferedWriter

org.beangle.commons.io.BufferedWriter
class BufferedWriter(out: Writer, bufferSize: Int) extends Writer

Attributes

Graph
Supertypes
class Writer
trait Flushable
trait Closeable
trait AutoCloseable
trait Appendable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def close(): Unit

Attributes

Definition Classes
Writer -> Closeable -> AutoCloseable
override def flush(): Unit

Attributes

Definition Classes
Writer -> Flushable
override def write(c: Int): Unit

Attributes

Definition Classes
Writer
override def write(c: Array[Char], off: Int, len: Int): Unit

Attributes

Definition Classes
Writer

Inherited methods

def append(x$0: Char): Writer

Attributes

Inherited from:
Writer
def append(x$0: CharSequence, x$1: Int, x$2: Int): Writer

Attributes

Inherited from:
Writer
def append(x$0: CharSequence): Writer

Attributes

Inherited from:
Writer
def write(x$0: String, x$1: Int, x$2: Int): Unit

Attributes

Inherited from:
Writer
def write(x$0: String): Unit

Attributes

Inherited from:
Writer
def write(x$0: Array[Char]): Unit

Attributes

Inherited from:
Writer