14 #ifndef LT_IOSUBSTREAM_H
15 #define LT_IOSUBSTREAM_H
76 virtual LT_STATUS initialize(LTIOStreamInf* stream,
79 bool takeOwnership=
false);
106 virtual bool isOpen();
189 virtual lt_int64 tell();
207 virtual LTIOStreamInf* duplicate();
211 virtual const char* getID()
const;
233 #endif // LT_IOSUBSTREAM_H
unsigned int lt_uint32
unsigned 32-bit integer
unsigned char lt_uint8
unsigned 8-bit integer
#define LT_BEGIN_NAMESPACE(theNameSpace)
compiler does not support namespaces
lt_uint32 LT_STATUS
An integral status code.
#define LT_END_NAMESPACE(theNameSpace)
compiler does not support namespaces
LTIOSeekDir
Stream seek directions.
Abstract definition of a stream.