Sort Score
Result 10 results
Languages All
Labels All
Results 9,441 - 9,450 of 28,499 for

archive

(0.08 sec)
  1. Lưu trữ

    Lưu trữ... using (GzipArchive archive = new GzipArchive()) { // thiết...thiết lập nguồn archive.SetSource("data.bin"); // tạo kho lưu...

    blog.aspose.com/vi/zip/create-and-extract-gzip-...
  2. zip?????????????| asopse.zip??????

    Java??????????ZIP????????????????????????...Copy 1 try (archive archive = new archive()){ 2 archive. createentries...options. setEventsBag (eb); 13 archive. save ( "output.zip" , options);...

    docs.aspose.com/zip/ja/java/cancel-archive-crea...
  3. Archivo

    Archivo...Crear archivo TAR using (var archive = new TarArchive()) { // Agregar...Agregar archivos al archivo archive.CreateEntry("text.txt", @"D:\texts\article...

    blog.aspose.com/es/zip/create-tar-gz-xz-files-i...
  4. Conversion de RAR en ZIP | Aspose.ZIP pour .NET

    Conversion RAR en ZIP via la solution API Aspose.ZIP pour .NET avec quelques exemples de code....du d veloppeur Conversion d'archives Convertir RAR en ZIP Live...vous souhaitez convertir une archive RAR en ZIP, lisez cet article...

    docs.aspose.com/zip/fr/net/converting-from-rar-...
  5. ZIP in 7z mit Java konvertieren

    Diese Anleitung erklärt, wie man ZIP in 7z mit Java konvertiert. Sie beschreibt die Einrichtung der Umgebung, den schrittweisen Ablauf und enthält einen Beispielcode zur Konvertierung von ZIP in 7zip in Java....exportieren Greifen Sie mit der Archive Klasse auf die Quelldatei zu...Java . Zuerst wird das ZIP-Archiv geöffnet, dann werden alle...

    kb.aspose.com/de/zip/java/convert-zip-to-7z-in-...
  6. Lưu trữ

    Lưu trữ...GzipArchive() as archive: # Thêm tập tin vào gzip archive.set_source("file...kho lưu trữ gzip archive.save("gzip_archive.gz") Giải nén tệp...

    blog.aspose.com/vi/zip/gzip-file-in-python/
  7. أرشيف

    أرشيف...FileStream for output ZIP archive using (FileStream zipFile =...Create)) { // File to be added to archive using (FileStream source1 =...

    blog.aspose.com/ar/zip/compress-files-online/
  8. ארכיון

    ארכיון...FileStream for output ZIP archive using (FileStream zipFile =...Create)) { // File to be added to archive using (FileStream source1 =...

    blog.aspose.com/he/zip/compress-files-online/
  9. Trabajar con archivos típicos de la plataforma ...

    La API de C# le permite trabajar con la creación y administración de archivos CAB y Wim en sus aplicaciones sin la necesidad de otras aplicaciones de terceros y proporciona varios métodos para realizar operaciones en archivos....using (Archive archive = new Archive()) 2 { 3 archive.CreateEntry(..."first.bin" , "data1.bin" ); 4 archive.CreateEntry( "second.bin" ...

    docs.aspose.com/zip/es/net/archives-for-windows...
  10. Nén tệp Zip hiệu quả bằng C# | Mẫu mã

    Đơn giản hóa việc nén tệp Zip bằng mã nguồn C#. Nén tệp và thư mục vào kho lưu trữ Zip theo lập trình bằng .NET... Tạo đối tượng Archives class của API. Thêm hình ảnh...Create)) { //File to be added to archive using (FileStream source1 =...

    products.aspose.com/zip/vi/net/compress/