System::IO::BasicSTDIOStreamWrapper::ReadByte メソッド

BasicSTDIOStreamWrapper::ReadByte method

ラッピングモードがバイナリの場合、最後にデコードされた文字の格納領域から単一バイトを読み取り、そうでない場合はストリームから単一文字を読み取り、uint8_t 型に変換します。

virtual int System::IO::BasicSTDIOStreamWrapper<T, typename>::ReadByte() override

ReturnValue

読み取り結果に相当する 32 ビット整数値

参照