(File):read (日本語)

ファイルからバイト単位で読み込みます。

関数

概要

contents, size = File:read( bytes )

引数

number bytes (all)
読み込む量をバイト数で指定します。

返値

string contents
指定されたバイトから読み込んだ内容。
number size
読み込んだ量をバイト数で返します。

関連


そのほかの言語