ResetCallbackWriter

class ResetCallbackWriter extends Writer with TransformControl

ResetCallbackWriter

Since

2.4

trait TransformControl
class Writer
trait Flushable
trait Closeable
trait AutoCloseable
trait Appendable
class Object
trait Matchable
class Any

Value members

Constructors

def this(bean: Component, writer: Writer)

Concrete methods

def afterBody(): Int
def close(): Unit
def flush(): Unit

let's just not do it (it will be flushed eventually anyway)

let's just not do it (it will be flushed eventually anyway)

def getBean: Component
def onError(throwable: Throwable): Unit
def onStart(): Int
def write(cbuf: Array[Char], off: Int, len: Int): Unit

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
@throws(java.io.IOException)
def write(x$0: Int): Unit
Inherited from
Writer