This is the complete list of members for
UT_ByteBuf, including all inherited members.
| _byteBuf(UT_uint32 spaceNeeded) | UT_ByteBuf | [private] |
| append(const UT_Byte *pValue, UT_uint32 length) | UT_ByteBuf | |
| del(UT_uint32 position, UT_uint32 amount) | UT_ByteBuf | |
| getLength(void) const | UT_ByteBuf | |
| getPointer(UT_uint32 position) const | UT_ByteBuf | |
| ins(UT_uint32 position, const UT_Byte *pValue, UT_uint32 length) | UT_ByteBuf | |
| ins(UT_uint32 position, UT_uint32 length) | UT_ByteBuf | |
| insertFromFile(UT_uint32 iPosition, const char *pszFilename) | UT_ByteBuf | |
| insertFromFile(UT_uint32 iPosition, FILE *fp) | UT_ByteBuf | |
| insertFromInput(UT_uint32 iPosition, GsfInput *fp) | UT_ByteBuf | |
| insertFromURI(UT_uint32 iPosition, const char *pszURI) | UT_ByteBuf | |
| m_iChunk | UT_ByteBuf | [private] |
| m_iSize | UT_ByteBuf | [private] |
| m_iSpace | UT_ByteBuf | [private] |
| m_pBuf | UT_ByteBuf | [private] |
| overwrite(UT_uint32 position, const UT_Byte *pValue, UT_uint32 length) | UT_ByteBuf | |
| truncate(UT_uint32 position) | UT_ByteBuf | |
| UT_ByteBuf(UT_uint32 iChunk=0) | UT_ByteBuf | |
| writeToFile(const char *pszFileName) const | UT_ByteBuf | |
| writeToURI(const char *pszURI) const | UT_ByteBuf | |
| ~UT_ByteBuf() | UT_ByteBuf | |