The TutBuf* functions are used to perform operations with buffers.
TutBufAllocAligned allocate space in a buffer object
TutBufAppendBuf append the contents of one buffer into another buffer
TutBufAppendRange append the contents of a range of one buffer into another buffer
TutBufCloneRange create a new buffer containing a portion of an existing buffer
TutBufCreate create a new buffer
TutBufCreateStatic wrap a buffer around an existing block of data
TutBufDeleteRange delete a block of data from a buffer
TutBufDestroy destroy a buffer
TutBufGetSize retrieve the number of bytes written to the buffer
TutBufGrow grow the allocated size of the buffer
TutBufNextAligned allocate space in a buffer object
TutBufReset resets the buffer contents
TutBufRewind rewinds the current position in the buffer
TutBufSetSize sets the valid number of bytes in the buffer
TIBCO SmartSockets™ API Quick Reference Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |