- readDataToEndOfFile
Reads the available data synchronously up to the end of file or maximum number of bytes.
offsetInFile
The position of the file pointer within the file represented by the file handle.
- seekToFileOffset:
Moves the file pointer to the specified offset within the file represented by the receiver.
ファイルポインタをレシーバによって表されるファイル内部の指定されたオフセットに移動します。
- closeFile
Disallows further access to the represented file or communications channel and signals end of file on communications channels that permit writing.
表現されたファイルまたは通信経路へのもっと先のアクセスを禁止します、そして書き込み許可する通信経路上のファイルの終端を合図します。
- synchronizeFile
Causes all in-memory data and attributes of the file represented by the handle to write to permanent storage.
- truncateFileAtOffset:
Truncates or extends the file represented by the file handle to a specified offset within the file and puts the file pointer at that position.