???????? ???????????? Zip-?????

?????

API Aspose.ZIP ???????? ?????????? zip-?????, ?????????? ?? ?????? ??????.�API Aspose.ZIP ????? ?????� SaveSplit�??? ????????? ?????? ??????.�

???????? ??? ??????????? ??????

??????????? SplitArchiveSaveOptions ???????? ??? ?????????: ??�? ????? ??? ??????? ????????? ?? ?????? ????. ??????? ??????? ??????? ?????????? .zip, ???? ???????? ?????????? .z01, .z02, z03 …. ???????? ????? ???????? ????? ??????????.

???????? ???????????? ?????

? ?????????? ???????? ???? ????????, ?? ???????? ?????????? zip-????? ?? 65536 ??????? ? ?????? ???????, ???????, ?? ???????? ?????????. ????? ?????? ?????? part.z01, part.z02, part.z03, …, part.zip.

1    FileInfo fi1 = new FileInfo("alice29.txt");
2    FileInfo fi2 = new FileInfo("picture.png");
3
4    using (SevenZipArchive archive = new SevenZipArchive(new SevenZipEntrySettings(new SevenZipPPMdCompressionSettings())))
5    {
6        archive.CreateEntry("alice29.txt", fi1);
7        archive.CreateEntry("picture.png", fi2);
8        archive.SaveSplit(@"C:\Folder",  new SplitSevenZipArchiveSaveOptions("part", 65536));
9    }

???????????? zip ???????? ????????????? ????-???? ????? ?????????? ?? ?????????, ?? ? ????????? zip.

Subscribe to Aspose Product Updates

Get monthly newsletters & offers directly delivered to your mailbox.