System::IO::FileStream::Write 메서드

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

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

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

또 보기

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

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

void System::IO::FileStream::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쓰기 위한 하위 범위의 요소 수.

또 보기