gpt4 book ai didi

java - 如何在 truzip 中获取文件大小

转载 作者:行者123 更新时间:2023-11-29 04:47:03 24 4
gpt4 key购买 nike

<分区>

我正在使用 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()不太明白它的作用

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com