[][src]Function rust_hdfs::hdfsWrite

pub unsafe extern "C" fn hdfsWrite(
    fs: hdfsFS,
    file: hdfsFile,
    buffer: *const c_void,
    length: tSize
) -> tSize

hdfsWrite - Write data into an open file. @param fs The configured filesystem handle. @param file The file handle. @param buffer The data. @param length The no. of bytes to write. @return Returns the number of bytes written, -1 on error.