#include <ossimIoStream.h>
Definition at line 99 of file ossimIoStream.h.
◆ ossimIMemoryStream()
ossimIMemoryStream::ossimIMemoryStream |
( |
const ossimString & |
inputBuf | ) |
|
Definition at line 118 of file ossimIoStream.cpp.
References theBuf.
123 ossimIStream::init(&
theBuf);
ossimIStream(std::streambuf *sb)
const char * c_str() const
Returns a pointer to a null-terminated array of characters representing the string's contents...
◆ ~ossimIMemoryStream()
ossimIMemoryStream::~ossimIMemoryStream |
( |
| ) |
|
|
virtual |
◆ close()
void ossimIMemoryStream::close |
( |
| ) |
|
|
virtual |
◆ is_open()
bool ossimIMemoryStream::is_open |
( |
| ) |
const |
◆ open()
void ossimIMemoryStream::open |
( |
const char * |
, |
|
|
int |
|
|
) |
| |
|
virtual |
◆ size()
Definition at line 135 of file ossimIoStream.cpp.
138 std::streampos pos = thisPtr->tellg();
139 thisPtr->seekg(0, std::ios::end);
140 std::streampos endPos = thisPtr->tellg();
141 thisPtr->seekg(pos, std::ios::beg);
unsigned long long ossim_uint64
◆ str()
◆ theBuf
std::stringbuf ossimIMemoryStream::theBuf |
|
protected |
The documentation for this class was generated from the following files: