hdfs::native::hdfsWrite [] [src]

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

Write data into an open file.

Params

Return

the number of bytes written, -1 on error.