Reference Manual - 1.0.1
IDirectFBDataBuffer   PutData

Appends a block of data to a streaming buffer.
追加数据块到流缓冲

PutData (
  IDirectFBDataBuffer   * thiz,
  const void   * data,
  unsigned int   length
);

This method does not wait until the data got fetched.
这个方法并不会等待取得数据

Static buffers don't support this method.
静态缓冲不支持这方法

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