System::Security::Cryptography::CryptoStream::Read 메서드

CryptoStream::Read(const ArrayPtr<uint8_t>&, int32_t, int32_t) method

스트림에서 데이터를 읽습니다.

int32_t System::Security::Cryptography::CryptoStream::Read(const ArrayPtr<uint8_t> &buffer, int32_t offset, int32_t count) override
매개변수형식설명
버퍼const ArrayPtr<uint8_t>&대상 데이터 버퍼.
offsetint32_t대상 버퍼의 오프셋.
countint32_t읽을 바이트 수.

ReturnValue

실제로 읽힌 바이트 수.

또 보기

CryptoStream::Read(const System::Details::ArrayView<uint8_t>&, int32_t, int32_t) method

스트림에서 데이터를 읽습니다.

int32_t System::Security::Cryptography::CryptoStream::Read(const System::Details::ArrayView<uint8_t> &buffer, int32_t offset, int32_t count) override
매개변수형식설명
버퍼const System::Details::ArrayView<uint8_t>&대상 데이터 버퍼.
offsetint32_t대상 버퍼의 오프셋.
countint32_t읽을 바이트 수.

ReturnValue

실제로 읽힌 바이트 수.

또 보기