Function hadoopRzBufferFree

Source
pub unsafe extern "C" fn hadoopRzBufferFree(
    file: hdfsFile,
    buffer: *mut hadoopRzBuffer,
)
Expand description

Release a buffer obtained through readZero.

@param file The hdfs stream that created this buffer. This must be the same stream you called hadoopReadZero on. @param buffer The buffer to release.