Readable class that allows typed access to its members
R6Class object.
Object of R6Class.
new()Readable$new(options = list())
read()Readable$read(size = NULL)
pipe()Readable$pipe(destination, options = list())
unpipe()Readable$unpipe(destination)
pause()Readable$pause()
resume()Readable$resume()
setEncoding()Readable$setEncoding()
isPaused()Readable$isPaused()
unshift()Readable$unshift(chunk)
destroy()Readable$destroy()
push()Readable$push(chunk, encoding)
onData()Readable$onData(chunk)
on.close()Readable$on.close(handler, unsubscribe = FALSE)
on.data()Readable$on.data(handler, unsubscribe = FALSE)
on.end()Readable$on.end(handler, unsubscribe = FALSE)
on.error()Readable$on.error(handler, unsubscribe = FALSE)
on.readable()Readable$on.readable(handler, unsubscribe = FALSE)
clone()The objects of this class are cloneable with this method.
Readable$clone(deep = FALSE)
deepWhether to make a deep clone.