System::IO::BasicSTDIOStreamWrapper::WriteByte 메서드

BasicSTDIOStreamWrapper::WriteByte method

래핑 모드가 바이너리인 경우 스트림에 지정된 부호 없는 8비트 정수 값을 쓰고, 그렇지 않으면 이를 char_type 형식으로 변환한 후 스트림에 씁니다.

virtual void System::IO::BasicSTDIOStreamWrapper<T, typename>::WriteByte(uint8_t value) override
매개변수형식설명
valueuint8_t쓰기 위한 값

또 보기