System.IO.Packaging.ZipPartStream.Flush C# (CSharp) Méthode

Flush() public méthode

public Flush ( ) : void
Résultat void
        public override void Flush()
        {
            // If the user flushes any of the part streams,
            // we need to flush the entire package

            // FIXME: Ensure that this actually happens with a testcase
            // ...if possible
            // Package.Flush();
        }