下载文件从 X 到 Y 字节
我对使用 Java 下载文件有几个疑问
- 是否可以在开始下载之前获取文件的大小?
- 另外,是否可以从文件中仅下载 x 到 y 字节?
I have couple of doubts regarding downloading of file using Java
- Is it possible to get the size of file before start downloading ?
- Also is it possible to download only x to y bytes from a file ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只要您的服务器支持这些功能,您就可以执行这些操作。 (这不取决于客户端)所有 NFS 和 CIFS 服务器都这样做。某些 HTTP 和 FTP 服务器可以。如何执行此操作取决于您使用的协议和服务器。
You can do these provided your server supports these functions. (Its not up to the client) All NFS and CIFS servers do. Some HTTP and FTP servers do. How you do this depends on the protocol and the server you are using.