flush()
Flushes the stream by calling its flush()
method. Note that the close()
method is inherited from Handler
and so does no output, so an explicit flush()
call may be needed at times.
flush()
Flushes the stream by calling its flush()
method. Note that the close()
method is inherited from Handler
and so does no output, so an explicit flush()
call may be needed at times.
Please login to continue.