System::IO::BufferedStream::Read विधि

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

आधारभूत स्ट्रीम से निर्दिष्ट संख्या में बाइट्स पढ़ता है और उन्हें निर्दिष्ट बाइट एरे में लिखता है।

virtual int32_t System::IO::BufferedStream::Read(const ArrayPtr<uint8_t> &buffer, int32_t offset, int32_t count) override
पैरामीटरप्रकारविवरण
बफ़रconst ArrayPtr<uint8_t>&पढ़े गए बाइट्स को लिखने के लिए बाइट एरे।
offsetint32_tएक 0-आधारित स्थिति buffer में जहाँ लिखना शुरू किया जाए
countint32_tपढ़ने के लिए बाइट्स की संख्या

ReturnValue

पढ़े गए बाइट्स की संख्या

संबंधित देखें

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

आधारभूत स्ट्रीम से निर्दिष्ट संख्या में बाइट्स पढ़ता है और उन्हें निर्दिष्ट बाइट एरे में लिखता है।

virtual int32_t System::IO::BufferedStream::Read(const System::Details::ArrayView<uint8_t> &buffer, int32_t offset, int32_t count) override
पैरामीटरप्रकारविवरण
बफ़रconst System::Details::ArrayView<uint8_t>&पढ़े गए बाइट्स को लिखने के लिए बाइट एरे।
offsetint32_tएक 0-आधारित स्थिति buffer में जहाँ लिखना शुरू किया जाए
countint32_tपढ़ने के लिए बाइट्स की संख्या

ReturnValue

पढ़े गए बाइट्स की संख्या

संबंधित देखें