00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00028 #ifndef _RTXCPPMEMORYINPUTSTREAM_H_
00029 #define _RTXCPPMEMORYINPUTSTREAM_H_
00030
00031 #include "rtxsrc/rtxCppInputStream.h"
00032
00037 class EXTERNRTX OSMemoryInputStream : public OSInputStream {
00038 public:
00047 OSMemoryInputStream (OSOCTET* pMemBuf, size_t bufSize);
00048
00058 OSMemoryInputStream (OSContext* pContext, OSOCTET* pMemBuf, size_t bufSize);
00059
00060 } ;
00061
00062 #endif