Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ChunkedMemoryStream Class / Flush Method


In This Topic
    Flush Method (ChunkedMemoryStream)
    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.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Sub Flush() 
    'Usage
     
    
    Dim instance As ChunkedMemoryStream
     
    instance.Flush()
    public override void Flush()
    See Also