System::Security::Cryptography::CryptoStream::Read metod

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

Läser data från strömmen.

int32_t System::Security::Cryptography::CryptoStream::Read(const ArrayPtr<uint8_t> &buffer, int32_t offset, int32_t count) override
ParameterTypBeskrivning
bufferconst ArrayPtr<uint8_t>&Måldatabuffert.
förskjutningint32_tOffset i målbuffert.
countint32_tAntal byte att läsa.

ReturnValue

Antal byte som faktiskt läses.

Se även

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

Läser data från strömmen.

int32_t System::Security::Cryptography::CryptoStream::Read(const System::Details::ArrayView<uint8_t> &buffer, int32_t offset, int32_t count) override
ParameterTypBeskrivning
bufferconst System::Details::ArrayView<uint8_t>&Måldatabuffert.
förskjutningint32_tOffset i målbuffert.
countint32_tAntal byte att läsa.

ReturnValue

Antal byte som faktiskt läses.

Se även