public interface IFiles
byte[] read(long startIndex,
long endIndex)
startIndex - 开始下标endIndex - 结束下标String read(long startIndex, long endIndex, String charset)
startIndex - 开始下标endIndex - 结束下标charset - 文件编码void write(long startIndex,
byte[] bytes)
startIndex - 开始下标bytes - 字节内容Copyright © 2024. All rights reserved.