??BZIP2??

Contents
[ Hide Show ]

?????CPU?????

BZIP2???????????????????????? Aspose.Zip API?????????????? ???????????????? setCompressionThreads?1????????????????

?????????????CPU??????????

1try(bzip2archive archive = new bzip2archive()){
2    archive.setsource( "data.bin");
3    bzip2saveoptions options = new bzip2saveoptions();
4    options.setCompressionThreads(runtime.getRuntime()??????Processors());
5    archive.save( "result.bz2"?options);
6}

Subscribe to Aspose Product Updates

Get monthly newsletters & offers directly delivered to your mailbox.