System::IO::Stream::CopyTo विधि
Stream::CopyTo(const SharedPtr<Stream>&) method
निर्दिष्ट स्ट्रीम में बाइट्स की प्रतिलिपि बनाता है।
void System::IO::Stream::CopyTo(const SharedPtr<Stream> &destination)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| destination | const SharedPtr<Stream>& | Stream जिसमें डेटा कॉपी किया जाएगा। |
संबंधित देखें
- Typedef SharedPtr
- Class Stream
- Class Stream
- Namespace System::IO
- Library Aspose.Page for C++
Stream::CopyTo(const SharedPtr<Stream>&, int32_t) method
निर्दिष्ट बफ़र आकार का उपयोग करके, निर्दिष्ट स्ट्रीम में बाइट्स की प्रतिलिपि बनाता है।
void System::IO::Stream::CopyTo(const SharedPtr<Stream> &destination, int32_t buffer_size)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| destination | const SharedPtr<Stream>& | Stream जिसमें डेटा कॉपी किया जाएगा। |
| buffer_size | int32_t | बफ़र का आकार। |
संबंधित देखें
- Typedef SharedPtr
- Class Stream
- Class Stream
- Namespace System::IO
- Library Aspose.Page for C++