IReadable interface is used as "any Readable".

See Readable for actual class documentation.

Variables

Methods

pipe<T>(destination:T, ?options:{end:Null<Bool>}):T

unpipe(?destination:IWritable):IReadable

unshift(chunk:Null<Dynamic>, ?encoding:String):Void