Writable streams class
R6Class
object.
Object of R6Class
.
new()
Writeable$new(options = list())
write()
Writeable$write(chunk)
read()
Writeable$read(size = NULL)
pipe()
Writeable$pipe(destination, options = list())
unpipe()
Writeable$unpipe(destination)
pause()
Writeable$pause()
resume()
Writeable$resume()
setEncoding()
Writeable$setEncoding()
isPaused()
Writeable$isPaused()
unshift()
Writeable$unshift(chunk)
destroy()
Writeable$destroy()
push()
Writeable$push(chunk, encoding)
onClose()
Writeable$onClose(handler, unsubscribe = FALSE)
onData()
Writeable$onData(handler, unsubscribe = FALSE)
onEnd()
Writeable$onEnd(handler, unsubscribe = FALSE)
onError()
Writeable$onError(handler, unsubscribe = FALSE)
onReadable()
Writeable$onReadable(handler, unsubscribe = FALSE)
clone()
The objects of this class are cloneable with this method.
Writeable$clone(deep = FALSE)
deep
Whether to make a deep clone.