writeByte method Null safety

Future<RandomAccessFile> writeByte (
  1. int value
)

Writes a single byte to the file. Returns a Future<RandomAccessFile> that completes with this RandomAccessFile when the write completes.

Implementation

Future<RandomAccessFile> writeByte(int value);