next up previous contents index
Next: write! Up: BinaryWriter Previous: binaryWriter   Contents   Index


flush!


Usage

flush! s


Signature

flush!: % $\to$ %


Parameter Type Description
s % a stream


Description

flush!(s) causes all previous values inserted into s to be really written and returns the stream. Has no effect on unbuffered streams, such as berr.



Manuel Bronstein 2004-06-28