Fan.Sys.Zip.ZipSysOutStream.close C# (CSharp) Méthode

close() public méthode

public close ( ) : bool
Résultat bool
            public override bool close()
            {
                try
                {
                  zout.CloseEntry();
                  return true;
                }
                catch (System.IO.IOException)
                {
                  return false;
                }
            }
Zip.ZipSysOutStream