向文件写入单个字节。
返回一个 Future<RandomAccessFile>,当写入完成时完成此随机访问文件。
Future<RandomAccessFile>
Future<RandomAccessFile> writeByte(int value);