class
:
stream
.
Duplex
Inherits from
Readable
Inherits from
Writable
Events
close
data
drain
end
error
finish
pipe
readable
unpipe
Methods
cork
end
isPaused
pause
pipe
read
resume
setDefaultEncoding
setEncoding
uncork
unpipe
unshift
wrap
write
Additional Documentation Pages
Library Documentation
Events
close
Inherited from
stream.Readable
data
Inherited from
stream.Readable
drain
Inherited from
stream.Writable
end
Inherited from
stream.Readable
error
Inherited from
stream.Writable
finish
Inherited from
stream.Writable
pipe
Inherited from
stream.Writable
readable
Inherited from
stream.Readable
unpipe
Inherited from
stream.Writable
Methods
cork
(
) {
Inherited from
stream.Writable
end
(
) {
Inherited from
stream.Writable
isPaused
(
) {
Inherited from
stream.Readable
pause
(
) {
Inherited from
stream.Readable
pipe
(
) {
Inherited from
stream.Readable
read
(
) {
Inherited from
stream.Readable
resume
(
) {
Inherited from
stream.Readable
setDefaultEncoding
(
) {
Inherited from
stream.Writable
setEncoding
(
) {
Inherited from
stream.Readable
uncork
(
) {
Inherited from
stream.Writable
unpipe
(
) {
Inherited from
stream.Readable
unshift
(
) {
Inherited from
stream.Readable
wrap
(
) {
Inherited from
stream.Readable
write
(
) {
Inherited from
stream.Writable