Z???????????

Contents
[ Hide Show ]

??

Compress??.Z??????????????????UNIX????????????? Java API?asopsion.zip????????????????????????????????????Z????????????????????????�Aspose.Zip API? Zarchive??????????????????????????????????????????????????????????????

LZW?????????????????????Iplements LZC???????

???????

????????Zarchive??????????????????????????????

1try(fileInputStream source = new fileInputStream( "Alice29.txt")){
2    try(zarchive archive = new zarchive()){
3        archive.setsource(source);
4        archive.save( "alice29.txt.z");
5    }
6} catch(ioException ex){
7}

z????????

?????????Z??????????????????

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

??????????

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

1bytearrayoutputStream bs = new bytearrayoutputStream();
2try(fileInputStream source = new fileInputStream( "Alice29.txt")){
3    try(zarchive archive = new zarchive()){
4        archive.setsource(source);
5        archive.save(bs);
6    }
7} catch(ioException ex){
8}
Subscribe to Aspose Product Updates

Get monthly newsletters & offers directly delivered to your mailbox.