开发者

CBR and CBZ files read with Java

开发者 https://www.devze.com 2023-01-30 13:53 出处:网络
Someone know how can i manipulate .cbr and .cbz file?开发者_运维技巧 Has some library?A .cbr file is a rar archive, and a .cbz file is a zip archive.Inside the archive are a bunch of image files.You c

Someone know how can i manipulate .cbr and .cbz file?开发者_运维技巧 Has some library?


A .cbr file is a rar archive, and a .cbz file is a zip archive. Inside the archive are a bunch of image files. You can use whatever tools/utilities you would normally use for rar/zip files to get inside the archives and deal with the images directly.


cbr is actually just a rar file, and cbz is regular zip files, you can manipulate zip file using java.util.zip API You can also take a look at Jomic source code for implementation http://jomic.sourceforge.net/

Jomic is cbz, cbr, and pdf comic reader made using Java

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号