OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
To hold stream and offset. More...
Public Member Functions | |
opj_user_istream () | |
~opj_user_istream () | |
Public Attributes | |
std::istream * | m_str |
std::streamoff | m_offset |
std::streamsize | m_length |
To hold stream and offset.
Definition at line 35 of file ossimOpjCommon.cpp.
|
inline |
Definition at line 38 of file ossimOpjCommon.cpp.
|
inline |
std::streamsize opj_user_istream::m_length |
Definition at line 42 of file ossimOpjCommon.cpp.
std::streamoff opj_user_istream::m_offset |
Definition at line 41 of file ossimOpjCommon.cpp.
std::istream* opj_user_istream::m_str |
Definition at line 40 of file ossimOpjCommon.cpp.
Referenced by ~opj_user_istream().