Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gOutputStreamIsClosed: gOutputStreamIsClosed
Description
Checks if an output stream has already been closed.
Usage
gOutputStreamIsClosed(object)
Arguments
object
a
GOutputStream
.
Value
TRUE
if
stream
is closed.
FALSE
otherwise.