8 resizing of the buffer space. |
8 resizing of the buffer space. |
9 |
9 |
10 Since UCX 3.0, the buffer also supports automatic flushing of contents to another stream (or buffer) as an alternative |
10 Since UCX 3.0, the buffer also supports automatic flushing of contents to another stream (or buffer) as an alternative |
11 to automatically resizing the buffer space. |
11 to automatically resizing the buffer space. |
12 Please refer to the API doc for the fields prefixed with `flush_` to learn more. |
12 Please refer to the API doc for the fields prefixed with `flush_` to learn more. |
|
13 |
|
14 ## Undocumented Symbols (TODO) |
|
15 ### cxBufferAppend |
|
16 ### cxBufferClear |
|
17 ### cxBufferCreate |
|
18 ### cxBufferDestroy |
|
19 ### cxBufferEnableFlushing |
|
20 ### cxBufferEof |
|
21 ### cxBufferFlush |
|
22 ### cxBufferFree |
|
23 ### cxBufferGet |
|
24 ### cxBufferInit |
|
25 ### cxBufferMinimumCapacity |
|
26 ### cxBufferPut |
|
27 ### cxBufferPutString |
|
28 ### cxBufferRead |
|
29 ### cxBufferReset |
|
30 ### cxBufferSeek |
|
31 ### cxBufferShift |
|
32 ### cxBufferShiftLeft |
|
33 ### cxBufferShiftRight |
|
34 ### cxBufferTerminate |
|
35 ### cxBufferWrite |