[][src]Function rust_hdfs::hadoopRzBufferGet

pub unsafe extern "C" fn hadoopRzBufferGet(
    buffer: *const hadoopRzBuffer
) -> *const c_void

Get a pointer to the raw buffer returned from readZero.

To find out how many bytes this buffer contains, call hadoopRzBufferLength.

@param buffer a buffer returned from readZero. @return a pointer to the start of the buffer. This will be NULL when end-of-file has been reached.