Fork me on GitHub

Module io

Class Stream

Instance Methods

Class TextStream


Stream ()


Stream.prototype.copy (output)

Parameters

output

Stream.prototype.flush ()


Stream.prototype.read ()


Stream.prototype.readable ()


Stream.prototype.seekable ()


Stream.prototype.unwrap ()

Get the Java input or output stream instance wrapped by this Stream.


Stream.prototype.writable ()


Stream.prototype.write ()


TextStream (io, charset, buflen)

Parameters

io
charset
buflen

TextStream.prototype.close ()


TextStream.prototype.copy (output)

Parameters

output

TextStream.prototype.flush ()


TextStream.prototype.forEach (block, context)

Parameters

block
context

TextStream.prototype.iterator ()


TextStream.prototype.next ()


TextStream.prototype.print ()


TextStream.prototype.read ()


TextStream.prototype.readInto (buffer)

Parameters

buffer

TextStream.prototype.readLine ()


TextStream.prototype.readLines ()


TextStream.prototype.readable ()


TextStream.prototype.seekable ()


TextStream.prototype.writable ()


TextStream.prototype.write ()


TextStream.prototype.writeLine (line)

Parameters

line

TextStream.prototype.writeLines (lines)

Parameters

lines