Reference Manual - 1.0.1
IDirectFBDataBuffer   Finish

Finish writing into a streaming buffer.
终止写入流缓冲

Finish (
  IDirectFBDataBuffer   * thiz
);

Subsequent calls to PutData will fail, while attempts to fetch data from the buffer will return EOF unless there is still data available.
继续调用 PutData将会失败,当试图从缓冲中取得数据将返回EOF, 除非还有有效的数据。

Creative Commons License This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License