ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZStreamReader Class / Flush Method

In This Topic
    Flush Method (C1ZStreamReader)
    In This Topic
    Clears all buffers for this stream and causes any buffered data to be written to the underlying stream.
    Syntax
    Public Overrides Sub Flush() 
    public override void Flush()
    See Also