Tek*_*Yin 1 java zipfile
如何使用Java在Zip文件中读写注释?
我可以这样写评论:
FileOutputStream fos = new FileOutputStream(output); ZipOutputStream zos = new ZipOutputStream(fos); zos.setComment("BMC Comment");
Chr*_*rle 5
尝试:
java.util.zip.ZipFile.getComment()
归档时间:
13 年,7 月 前
查看次数:
3378 次
最近记录:
8 年,3 月 前