Documentation
Dlang.org
OutputStream.isClosed
gio
output_stream
OutputStream
Checks if an output stream has already been closed.
class
OutputStream
bool
isClosed
(
)
Return Value
Type:
bool
true if stream is closed. false otherwise.
gio
output_stream
OutputStream
functions
clearPending
close
closeAsync
closeFinish
flush
flushAsync
flushFinish
hasPending
isClosed
isClosing
setPending
splice
spliceAsync
spliceFinish
write
writeAll
writeAllAsync
writeAllFinish
writeAsync
writeBytes
writeBytesAsync
writeBytesFinish
writeFinish
writev
writevAll
writevAllAsync
writevAllFinish
writevAsync
writevFinish
Checks if an output stream has already been closed.