55
edits
mNo edit summary |
(→Stream) |
||
| Line 48: | Line 48: | ||
:Write bytes from the | :Write bytes from the | ||
; | ;readable() Boolean | ||
:Returns true if the stream supports reading, false otherwise. | :Returns true if the stream supports reading, false otherwise. | ||
; | ;writable() Boolean | ||
:Returns true if the stream supports writing, false otherwise. | :Returns true if the stream supports writing, false otherwise. | ||
; | ;seekable() Boolean | ||
:Returns true if the stream supports the length and position properties, false otherwise. '''''Note''': we're not impelementing seek(), so should we find another term for this, too?'' | :Returns true if the stream supports the length and position properties, false otherwise. '''''Note''': we're not impelementing seek(), so should we find another term for this, too?'' | ||
; | ;closed() Boolean | ||
:Returns true if the stream is | :Returns true if the stream is closed, false otherwise.. | ||
;flush() | ;flush() | ||
edits