Description Super classes Methods
Duplex Stream
Duplex Stream
emitters::EventEmitter
-> emitters::ReadableStream
-> DuplexStream
new()
Create a new DuplexStream object
DuplexStream$new( source_object, readable_highwater_mark = 16384, writeable_highwater_mark = readable_highwater_mark, readable_queue_strategy = object.size, writeable_queue_strategy = readable_queue_strategy, encoding = "unknown" )
source_object
a file path, connection, processx connection, or socket connection
readable_highwater_mark
maximum buffer size
writeable_highwater_mark
maximum buffer size
encoding
encoding used when reading from the connection
A new DuplexStream
object.
TODOC
destroy()
DuplexStream$destroy(why = NULL)
print()
DuplexStream$print()
write()
DuplexStream$write(text, encoding = private$.writeable_encoding)
cork()
DuplexStream$cork()
uncork()
DuplexStream$uncork()
end()
DuplexStream$end()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.