Z ????? ?????

Contents
[ Hide Show ]

??

Compress? .z ?????? ????? ???? UNIX ? ???????. Java API ? zip? ???? ?? ? 3 ? ???????? ?? ?????? Z ????? ???? ???? ??? ?? ? ? ????.�aspose.zip api? zarchive ???? ???? ??? ????? ?? ????. ? ???? ?????? ??? ???? ?? ??? ?????.

? ???? IPLEMESS LZW ????? ?? ? LZC ????.

?? ??

?? ?? ??? Zarchive ????? ???? ??? ???? ??? ?????.

1try (fileInputStream ?? = new FileInputStream ( "alice29.txt")) {
2    try (zarchive archive = new zarchive ()) {
3        Archive.setSource (??);
4        Archive.save ( "alice29.txt.z");
5    }
6} catch (ioException ex) {
7}

Open Z Archive

?? ?? ??? Z ????? ?? ??? ?????.

1try (zarchive archive = new zarchive ( "data.bin.z")) {
2    archive.extract ( "data.bin");
3}

???? ??

?? ?? ??? ???? ???? ??? ?????.

1BYTEARRAYOUTPUTSTREAM BS = NEW BYTEARRAYOUTPUTSTREAM ();
2try (fileInputStream ?? = new FileInputStream ( "alice29.txt")) {
3    try (zarchive archive = new zarchive ()) {
4        Archive.setSource (??);
5        Archive.save (BS);
6    }
7} catch (ioException ex) {
8}
Subscribe to Aspose Product Updates

Get monthly newsletters & offers directly delivered to your mailbox.