OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimWebResponse.h
Go to the documentation of this file.
1 #ifndef ossimWebResponse_HEADER
2 #define ossimWebResponse_HEADER
4 #include <iostream>
5 #include <vector>
6 
8 {
9 public:
10  typedef std::vector<char> ByteBuffer;
12 
21  virtual std::istream* getInputStream()=0;
22 
23  void copyAllDataFromInputStream(ByteBuffer& buffer);
24 
26 };
27 #endif
std::basic_istream< char > istream
Base class for char input streams.
Definition: ossimIosFwd.h:20
#define OSSIM_DLL
std::vector< char > ByteBuffer