Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Convert QByteArray to std::istream or std::ifstream
Forum Updated to NodeBB v4.3 + New Features

Convert QByteArray to std::istream or std::ifstream

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 982 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sayan275
    wrote on last edited by
    #1

    How can I convert a QByteArray to std::istream or std::ifstream? Without saving QByteArray in a filename. I want to create a istream from the QByteArray, on the runtime, without saving a physical file in memory of QByteArray.

    I found that there are so many ways to do the opposite thing..ie, istream to QByteArray.
    https://forum.qt.io/topic/75517/std-istream-to-qbytearray

    Not really able to make-out how to do the opposite thing.

    Regards,
    Sayan

    jsulmJ 1 Reply Last reply
    0
    • S sayan275

      How can I convert a QByteArray to std::istream or std::ifstream? Without saving QByteArray in a filename. I want to create a istream from the QByteArray, on the runtime, without saving a physical file in memory of QByteArray.

      I found that there are so many ways to do the opposite thing..ie, istream to QByteArray.
      https://forum.qt.io/topic/75517/std-istream-to-qbytearray

      Not really able to make-out how to do the opposite thing.

      Regards,
      Sayan

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @sayan275 You could use http://doc.qt.io/qt-5/qbytearray.html#toStdString or http://doc.qt.io/qt-5/qbytearray.html#data-1

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved