adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / BlowfishStream Class / Flush Method

In This Topic
    Flush Method
    In This Topic
    When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device. Flushes the stream.
    Syntax
    'Declaration
     
    
    Public Overrides Sub Flush() 
    public override void Flush()
    Exceptions
    ExceptionDescription
    An I/O error occurs.
    See Also