![]() |
Mako 8.2.0 API
MakoCore SDK API Documentation
|
This is the complete list of members for IRAInputStream, including all inherited members.
| addRef() const =0 | IRCObject | pure virtual |
| clone(IEDLObjectPtr &ptrObject, IEDLClassFactory *pFactory) | IEDLObject | inlinevirtual |
| close()=0 | IEDLStream | pure virtual |
| completeRead(void *buffer, int32 count) | IInputStream | virtual |
| completeReadE(void *buffer, int32 count) | IInputStream | virtual |
| createBackgroundCopyStream(const EDL::ISessionPtr &session, const IRAInputStreamPtr &sourceStream, bool clonable=true) | IInputStream | static |
| createCompositeStream(IEDLClassFactory *pFactory, const CIInputStreamVect &streams) | IInputStream | static |
| createFromFile(IEDLClassFactory *pFactory, const EDLSysString &path) | IInputStream | static |
| createFromFile(IEDLClassFactory *pFactory, const EDLString &path) | IInputStream | static |
| createFromFileShared(IEDLClassFactory *pFactory, const EDLSysString &path) | IInputStream | static |
| createFromFileShared(IEDLClassFactory *pFactory, const EDLString &path) | IInputStream | static |
| createFromFlateCompressed(IEDLClassFactory *pFactory, const IInputStreamPtr &stream, bool raw=true, bool ignoreChecksums=false) | IInputStream | static |
| createFromLz4Compressed(IEDLClassFactory *pFactory, const IInputStreamPtr &stream) | IInputStream | static |
| createFromMemory(IEDLClassFactory *pFactory, const void *mem, uint32 length, bool copy=false, bool free=true) | IInputStream | static |
| createFromNewFileWithContents(IEDLClassFactory *pFactory, const EDLSysString &path, const IInputStreamPtr &stream) | IInputStream | static |
| createFromNewFileWithContents(IEDLClassFactory *pFactory, const EDLString &path, const IInputStreamPtr &stream) | IInputStream | static |
| createFromPredictorCompressed(IEDLClassFactory *pFactory, const IInputStreamPtr &stream, uint8 predictor, uint8 colors, uint8 bitsPerComponent, uint32 columns) | IInputStream | static |
| createFromRAUserFunc(IEDLClassFactory *pFactory, int64 length, UserRAReadFunc readFunc, void *priv) | IInputStream | static |
| createFromUserReadFunc(IEDLClassFactory *pFactory, UserStreamReadFunc readFunc, void *priv) | IInputStream | static |
| createPushbackStream(IEDLClassFactory *pFactory, const IInputStreamPtr &sourceStream, bool clone=true) | IInputStream | static |
| createRandomAccessFromNonRandomAccess(IEDLClassFactory *pFactory, const IInputStreamPtr &stream) | IInputStream | static |
| createSharedFromStream(IEDLClassFactory *pFactory, const IRAInputStreamPtr &stream, bool clone=true) | IInputStream | static |
| createSubFile(IEDLClassFactory *pFactory, const IInputStreamPtr &stream, int64 offset, int64 length) | IInputStream | static |
| createTbcpStream(IEDLClassFactory *pFactory, const IInputStreamPtr &sourceStream, bool openSource=false) | IInputStream | static |
| createUelStream(IEDLClassFactory *pFactory, const IInputStreamPtr &sourceStream) | IInputStream | static |
| decRef() const =0 | IRCObject | pure virtual |
| eof() const =0 | IInputStream | pure virtual |
| getCanonicalSourceFilePath(EDLSysString &sourceCanonicalPath)=0 | IInputStream | pure virtual |
| getClassID() const =0 | IEDLObject | pure virtual |
| getPos()=0 | IEDLStream | pure virtual |
| getRefCount() const =0 | IRCObject | pure virtual |
| getSourceFilePath(EDLSysString &sourcePath)=0 | IInputStream | pure virtual |
| hash(uint64 &hash) | IInputStream | virtual |
| hashE() | IDOMHashable | inlinevirtual |
| init(CClassParams *pData) | IEDLObject | inlinevirtual |
| isValid() const =0 | IEDLStream | pure virtual |
| length()=0 | IRAStream | pure virtual |
| open() | IEDLStream | inlinevirtual |
| openE()=0 | IEDLStream | pure virtual |
| read(void *buffer, int32 count)=0 | IInputStream | pure virtual |
| read()=0 | IInputStream | pure virtual |
| setPos(int64 newPos)=0 | IRAStream | pure virtual |
| setPosE(int64 newPos) | IRAStream | inlinevirtual |
| skip(int64 count) | IInputStream | inlinevirtual |
| ~IDOMHashable() | IDOMHashable | inlinevirtual |
| ~IRAStream() | IRAStream | inlinevirtual |
| ~IRCObject() | IRCObject | inlineprotectedvirtual |