System::IO::BasicSTDIOStreamWrapper::Write 메서드

BasicSTDIOStreamWrapper::Write(const ArrayPtr<uint8_t>&, int32_t, int32_t) method

래핑 모드가 바이너리인 경우 지정된 바이트 배열의 지정된 하위 범위 바이트를 스트림에 기록하고, 그렇지 않으면 지정된 바이트 배열의 지정된 하위 범위 바이트를 char_type 형식으로 변환한 다음 결과를 스트림에 기록합니다.

virtual void System::IO::BasicSTDIOStreamWrapper<T, typename>::Write(const ArrayPtr<uint8_t> &buffer, int32_t offset, int32_t count) override
매개변수형식설명
버퍼const ArrayPtr<uint8_t>&쓰기를 위한 바이트를 포함하는 배열
offsetint32_t쓰기 서브범위가 시작되는 buffer 내의 0 기반 인덱스
countint32_t쓰기 위한 하위 범위의 요소 수

또 보기

BasicSTDIOStreamWrapper::Write(const System::Details::ArrayView<uint8_t>&, int32_t, int32_t) method

지정된 바이트 배열에서 지정된 바이트 하위 범위를 스트림에 씁니다.

virtual void System::IO::BasicSTDIOStreamWrapper<T, typename>::Write(const System::Details::ArrayView<uint8_t> &buffer, int32_t offset, int32_t count) override
매개변수형식설명
버퍼const System::Details::ArrayView<uint8_t>&쓰기 위한 바이트를 포함하는 배열 뷰
offsetint32_t쓰기 하위 범위가 시작되는 buffer 내 요소의 0 기반 인덱스
countint32_t쓰기 위한 하위 범위의 요소 수

또 보기