CanRead() const override | rmscore::modernapi::CustomProtectedStream | virtual |
CanWrite() const override | rmscore::modernapi::CustomProtectedStream | virtual |
Clone() override | rmscore::modernapi::CustomProtectedStream | virtual |
Create(std::shared_ptr< UserPolicy > policy, rmscrypto::api::SharedStream stream, uint64_t contentStartPosition, uint64_t contentSize) | rmscore::modernapi::CustomProtectedStream | static |
CustomProtectedStream(std::shared_ptr< IStream >pImpl) (defined in rmscore::modernapi::CustomProtectedStream) | rmscore::modernapi::CustomProtectedStream | protected |
Flush() override | rmscore::modernapi::CustomProtectedStream | virtual |
FlushAsync(std::launch launchType) override | rmscore::modernapi::CustomProtectedStream | virtual |
GetEncryptedContentLength(std::shared_ptr< UserPolicy >policy, uint64_t contentLength) | rmscore::modernapi::CustomProtectedStream | static |
GetImpl() (defined in rmscore::modernapi::CustomProtectedStream) | rmscore::modernapi::CustomProtectedStream | protected |
Position() override | rmscore::modernapi::CustomProtectedStream | virtual |
Read(uint8_t *pbBuffer, int64_t cbBuffer) override | rmscore::modernapi::CustomProtectedStream | virtual |
Read(uint64_t u64size) (defined in rmscrypto::api::IStream) | rmscrypto::api::IStream | inlinevirtual |
ReadAsync(uint8_t *pbBuffer, int64_t cbBuffer, int64_t cbOffset, std::launch launchType) override | rmscore::modernapi::CustomProtectedStream | virtual |
Seek(uint64_t u64Position) override | rmscore::modernapi::CustomProtectedStream | virtual |
Size() override | rmscore::modernapi::CustomProtectedStream | virtual |
Size(uint64_t u64Value) override | rmscore::modernapi::CustomProtectedStream | virtual |
Write(const uint8_t *cpbBuffer, int64_t cbBuffer) override | rmscore::modernapi::CustomProtectedStream | virtual |
WriteAsync(const uint8_t *cpbBuffer, int64_t cbBuffer, int64_t cbOffset, std::launch launchType) override | rmscore::modernapi::CustomProtectedStream | virtual |
~CustomProtectedStream() (defined in rmscore::modernapi::CustomProtectedStream) | rmscore::modernapi::CustomProtectedStream | virtual |
~IStream() (defined in rmscrypto::api::IStream) | rmscrypto::api::IStream | inlineprotectedvirtual |