CmisSync.Lib.Streams.ChunkedStream.Flush C# (CSharp) Method

Flush() public method

Flush all data of the source stream.
public Flush ( ) : void
return void
        public override void Flush() {
            this.source.Flush();
        }