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
ParameterTypeBeskrivning
buffertconst ArrayPtr<uint8_t>&Destinationsdatabuffert.
offsetint32_tOffset i destinationsbufferten.
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
ParameterTypeBeskrivning
buffertconst System::Details::ArrayView<uint8_t>&Destinationsdatabuffert.
offsetint32_tOffset i destinationsbufferten.
countint32_tAntal byte att läsa.

ReturnValue

Antal byte som faktiskt läses.

Se även