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

open() public static méthode

public static open ( File file ) : Zip
file File
Résultat Zip
        public static Zip open(File file)
        {
            return new Zip(file);
        }