Searched refs:IStreamWrapper (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/translators/exr/
H A DIStreamWrapper.cpp7 #include "IStreamWrapper.h"
9 IStreamWrapper::IStreamWrapper(const char *filename, BPositionIO *stream) function in class:IStreamWrapper
16 IStreamWrapper::~IStreamWrapper()
22 IStreamWrapper::read(char c[/*n*/], int n)
33 IStreamWrapper::tellg()
40 IStreamWrapper::seekg(Int64 pos)
H A DIStreamWrapper.h15 class IStreamWrapper : public IStream { class in inherits:IStream
17 IStreamWrapper(const char *filename, BPositionIO *stream);
18 virtual ~IStreamWrapper();
H A DEXRTranslator.cpp17 #include "IStreamWrapper.h"
92 IStreamWrapper istream("filename", stream);
124 IStreamWrapper istream("filename", source);

Completed in 55 milliseconds