readByteSync 方法

int readByteSync()

同步地从 stdin 读取一个字节。

此调用将阻塞,直到有字节可用。

如果到达文件末尾,返回 -1。

实现

external int readByteSync();