SignDoc SDK (C)  5.0.0
SIGNDOC_InputStream Member List

This is the complete list of members for SIGNDOC_InputStream, including all inherited members.

SIGNDOC_FileInputStream_newWithFile(struct SIGNDOC_Exception **aEx, FILE *aFile)SIGNDOC_InputStream
SIGNDOC_FileInputStream_newWithFileAndPath(struct SIGNDOC_Exception **aEx, FILE *aFile, const char *aPath)SIGNDOC_InputStream
SIGNDOC_FileInputStream_newWithPath(struct SIGNDOC_Exception **aEx, const char *aPath)SIGNDOC_InputStream
SIGNDOC_FileInputStream_newWithPathW(struct SIGNDOC_Exception **aEx, const wchar_t *aPath)SIGNDOC_InputStream
SIGNDOC_InputStream_close(struct SIGNDOC_Exception **aEx, struct SIGNDOC_InputStream *aObj)SIGNDOC_InputStream
SIGNDOC_InputStream_delete(struct SIGNDOC_InputStream *aObj)SIGNDOC_InputStream
SIGNDOC_InputStream_getAvailable(struct SIGNDOC_Exception **aEx, struct SIGNDOC_InputStream *aObj)SIGNDOC_InputStream
SIGNDOC_InputStream_read(struct SIGNDOC_Exception **aEx, struct SIGNDOC_InputStream *aObj, void *aDst, int aLen)SIGNDOC_InputStream
SIGNDOC_InputStream_seek(struct SIGNDOC_Exception **aEx, struct SIGNDOC_InputStream *aObj, int aPos)SIGNDOC_InputStream
SIGNDOC_InputStream_tell(struct SIGNDOC_Exception **aEx, struct SIGNDOC_InputStream *aObj)SIGNDOC_InputStream
SIGNDOC_MemoryInputStream_new(struct SIGNDOC_Exception **aEx, const unsigned char *aSrc, size_t aLen)SIGNDOC_InputStream
SIGNDOC_UserInputStream_new(struct SIGNDOC_Exception **aEx, void *aClosure, SIGNDOC_UserInputStream_close aClose, SIGNDOC_UserInputStream_read aRead, SIGNDOC_UserInputStream_seek aSeek, SIGNDOC_UserInputStream_tell aTell, SIGNDOC_UserInputStream_getAvailable aGetAvailable)SIGNDOC_InputStream