System::Security::Cryptography::CryptoStream::Write 메서드
CryptoStream::Write(const ArrayPtr<uint8_t>&, int32_t, int32_t) method
스트림에 데이터를 씁니다.
void System::Security::Cryptography::CryptoStream::Write(const ArrayPtr<uint8_t> &buffer, int32_t offset, int32_t count) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 버퍼 | const ArrayPtr<uint8_t>& | 소스 데이터 버퍼. |
| offset | int32_t | 소스 버퍼의 오프셋. |
| count | int32_t | 쓰기 위한 바이트 수. |
또 보기
- Typedef ArrayPtr
- Class CryptoStream
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
CryptoStream::Write(const System::Details::ArrayView<uint8_t>&, int32_t, int32_t) method
스트림에 데이터를 씁니다.
void System::Security::Cryptography::CryptoStream::Write(const System::Details::ArrayView<uint8_t> &buffer, int32_t offset, int32_t count) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 버퍼 | const System::Details::ArrayView<uint8_t>& | 소스 데이터 버퍼. |
| offset | int32_t | 소스 버퍼의 오프셋. |
| count | int32_t | 쓰기 위한 바이트 수. |
또 보기
- Class CryptoStream
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++