作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
<分区>
我正在使用 truezip 版本 (7.7.9) 来更新存档文件。我的做法如下
File entry = new TFile(filepath);
writer = new TFileWriter(entry);
writer.append("MyString");
writer.flush();
long fileSize = entry.length(); // which always gives value as 0
我出于某种目的需要确切的文件大小但这总是给 0有没有其他方法我可以得到它。
我阅读了 TFile 类的文档\ https://truezip.java.net/apidocs/de/schlichtherle/truezip/file/TFile.html#length()不太明白它的作用
我是一名优秀的程序员,十分优秀!