Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于服务器返回压缩大小(gzip)的 Content-Type。我无法获得正确的总字节数来制作进度条。
使用这两个只会得到 zip 大小 Content-Length
pTransfer.getContentLength(); pTransfer.getHeaderField("Content-Length");
有没有其他方法可以得到正确的尺寸?
在我看来,如果不复制并解压缩它,就不可能知道。有些东西可以比其他东西更好地压缩,并且可以使用不同的压缩级别。甚至可能存在压缩。