Sort Score
Result 10 results
Languages All
Labels All
Results 9,131 - 9,140 of 28,497 for

archive

(0.3 sec)
  1. Konvertieren von ZIP in 7z | Aspose.ZIP für .NET

    Konvertieren von ZIP in 7z über die Aspose.ZIP-API-Lösung für .NET mit einigen Codebeispielen....Hide Show ] Wenn Sie das ZIP-Archiv in 7z konvertieren möchten...speichern, und ihn sofort an das 7z-Archiv übergeben. Stellen Sie sicher...

    docs.aspose.com/zip/de/net/converting-from-zip-...
  2. 档案

    档案...(GzipArchive archive = new GzipArchive()) { // 设置源 archive.SetSource("data...SetSource("data.bin"); // 创建存档 archive.Save("archive.gz"); } 在 C# 中解压缩 GZip...

    blog.aspose.com/zh/zip/create-and-extract-gzip-...
  3. Recopile archivos a CPIO y compr malos en C# | ...

    Ejemplos de uso de una biblioteca C# para componer y comprimir *.cpio...(CpioArchive archive = new CpioArchive()) 7 { 8 archive.CreateEntry(...fi1); 9 archive.CreateEntry( "asyoulik.txt" , fi2); 10 archive.Save(cpioFile...

    docs.aspose.com/zip/es/net/cpio-archiving/
  4. Biblioteka kompresji Zip .NET — kompresuj lub d...

    Zip .NET Skompresuj plik, aby utworzyć archiwa lub rozpakuj archiwa typu 7Zip, RAR, TAR, GZIP, BZ2, LZ, CPIO, XZ, Z, CAB z poziomu dowolnej aplikacji opartej na .NET.... ; using ( var arch = new Archive()) { arch.CreateEntry( "filename...Compose an archive Add files to existing archives Delete entries...

    products.aspose.com/zip/pl/net/
  5. Архів, що захищають пароль | Aspose.zip докумен...

    У цьому посібнику ви дізнаєтесь, як реалізувати захист паролів для ZIP -архівів, створених за допомогою мови програмування Java....TRALINALENCRYPTINGET ( "P@S $" ))); 4 Archive. createEntry ( "alice29.txt"...txt" , джерело1); 5 Archive. save (Zipfile); 6 } 7 } улов (IOException...

    docs.aspose.com/zip/uk/java/password-protecting...
  6. 档案

    档案...GzipArchive() as archive: # 将文件添加到 gzip archive.set_source("file...bin") # 保存 gzip 存档 archive.save("gzip_archive.gz") 在 Python 中解压...

    blog.aspose.com/zh/zip/gzip-file-in-python/
  7. 搜索

    搜索...GzipArchive() as archive: # 將文件添加到 gzip archive.set_source("file...bin") # 保存 gzip 存檔 archive.save("gzip_archive.gz") 在 Python 中解壓...

    blog.aspose.com/zh-hant/zip/gzip-file-in-python/
  8. آرشیوها

    آرشیوها...GzipArchive() as archive: # فایل ها را به gzip اضافه کنید archive.set_source("file...gzip را ذخیره کنید archive.save("gzip_archive.gz") یک فایل GZIP...

    blog.aspose.com/fa/zip/gzip-file-in-python/
  9. Archivio

    Archivio...Crea archivio TAR using (var archive = new TarArchive()) { // Aggiungere...Aggiungere documenti all'archivio archive.CreateEntry("text.txt", @"D:\texts\article...

    blog.aspose.com/it/zip/create-tar-gz-xz-files-i...
  10. Архів

    Архів...Створіть архів TAR using (var archive = new TarArchive()) { // Додайте...Додайте файли в архів archive.CreateEntry("text.txt", @"D:\texts\article...

    blog.aspose.com/uk/zip/create-tar-gz-xz-files-i...