公告
财富商城
积分规则
提问
发文
2019-08-28 04:45发布
干净又极端
This problem pertains to Java
By using RandomAccessFile I intend to be able to also modify the file without blanking it.
The FTP protocol only barely supports random access reads and writes.
That is to say, an FTP client can use the REST command to start reading or writing from a particular offset, but it will always truncate the file from that point.
REST
最多设置5个标签!
The FTP protocol only barely supports random access reads and writes.
That is to say, an FTP client can use the
REST
command to start reading or writing from a particular offset, but it will always truncate the file from that point.