#include <ossimProtocolStream.h>
Definition at line 5 of file ossimProtocolStream.h.
◆ ossimProtocolStream() [1/2]
ossimProtocolStream::ossimProtocolStream |
( |
| ) |
|
|
inline |
◆ ossimProtocolStream() [2/2]
ossimProtocolStream::ossimProtocolStream |
( |
std::streambuf * |
buf | ) |
|
|
inline |
◆ close()
virtual void ossimProtocolStream::close |
( |
| ) |
|
|
pure virtual |
◆ is_open()
virtual bool ossimProtocolStream::is_open |
( |
| ) |
const |
|
pure virtual |
◆ isCompressed()
virtual bool ossimProtocolStream::isCompressed |
( |
| ) |
const |
|
pure virtual |
isCompressed method.
- Returns
- true if compressed false if not compressed.
- Note
- This default implementation returns false. Derived classes should override if needed.
Reimplemented from ossimStreamBase.
◆ open()
virtual void ossimProtocolStream::open |
( |
const char * |
protocolString, |
|
|
int |
openMode = 0 |
|
) |
| |
|
pure virtual |
This is a generic interface to any stream for opening and closing If supported this could be an interface to not only file streams but also http, https, ftp, ...
etc
The documentation for this class was generated from the following file: