What is the flushing the buffer?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • devgupta01
    New Member
    • Jan 2008
    • 20

    What is the flushing the buffer?

    What is the flushing the buffer?
    could u please explain with example.
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by devgupta01
    What is the flushing the buffer?
    could u please explain with example.
    Flushing a buffer of an output stream means that the characters that are still in
    that buffer are written to their final destination and the buffer is cleared afterwards.

    kind regards,

    Jos

    Comment

    Working...