ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip 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
    'Declaration
     
    Public Overrides Sub Flush() 
    public override void Flush()
    See Also