System::IO::BasicSTDIStreamWrapper::Write 메서드
내용물
[
숨다
]BasicSTDIStreamWrapper::Write(const ArrayPtr<uint8_t>&, int32_t, int32_t) method
래핑 모드가 바이너리인 경우, 지정된 바이트 배열에서 지정된 바이트 하위 범위를 스트림에 씁니다. 그렇지 않으면 지정된 바이트 배열에서 지정된 바이트 하위 범위를 char_type 타입으로 변환한 후 결과를 스트림에 씁니다. 지원되지 않습니다!
virtual void System::IO::BasicSTDIStreamWrapper<T, typename>::Write(const ArrayPtr<uint8_t> &buffer, int32_t offset, int32_t count) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 버퍼 | const ArrayPtr<uint8_t>& | 쓰기 위한 바이트를 포함하는 배열. |
| offset | int32_t | 쓰기 서브범위가 시작되는 buffer 내의 0 기반 인덱스. |
| count | int32_t | 쓰기 위한 하위 범위의 요소 수. |
또 보기
- Typedef ArrayPtr
- Class BasicSTDIStreamWrapper
- Namespace System::IO
- Library Aspose.Page for C++
BasicSTDIStreamWrapper::Write(const System::Details::ArrayView<uint8_t>&, int32_t, int32_t) method
지정된 바이트 배열에서 지정된 바이트 하위 범위를 스트림에 씁니다.
virtual void System::IO::BasicSTDIStreamWrapper<T, typename>::Write(const System::Details::ArrayView<uint8_t> &buffer, int32_t offset, int32_t count) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 버퍼 | const System::Details::ArrayView<uint8_t>& | 쓰기 위한 바이트를 포함하는 배열 뷰 |
| offset | int32_t | 쓰기 하위 범위가 시작되는 buffer 내 요소의 0 기반 인덱스 |
| count | int32_t | 쓰기 위한 하위 범위의 요소 수 |
또 보기
- Class BasicSTDIStreamWrapper
- Namespace System::IO
- Library Aspose.Page for C++