Function hdfsWrite

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

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.