IStreamUrl does not currently support proper random access


Enums


Public Member Functions

  • size_t
    readDataAvailable (void *dest, size_t maxSize)
  • off_t
    size () const
  • bool
    isEof () const
  • std::string
    getUser () const
  • std::string
    getPassword () const
  • void
    read (T *t)
  • void
    read (fs::path *p)
  • void
    readEndian (T *t, uint8_t endian)
  • void
    readBig (T *t)
  • void
    readLittle (T *t)
  • void
    readFixedString (char *t, size_t maxSize, bool nullTerminate)
  • void
    readFixedString (std::string *t, size_t size)
  • std::string
    readLine ()
  • void
    readData (void *dest, size_t size)

Static Public Member Functions


Protected Member Functions

  • IStreamUrl (const std::string &url, const std::string &user, const std::string &password, const UrlOptions &options)
  • void
    IORead (void *t, size_t size)

Protected Attributes

  • std::shared_ptr< IStreamUrlImpl >
    mImpl
  • fs::path
    mFileName
  • bool
    mDeleteOnDestroy
  • const int
    MINIMUM_BUFFER_SIZE