[][src]Function rust_hdfs::hdfsFileIsOpenForRead

pub unsafe extern "C" fn hdfsFileIsOpenForRead(file: hdfsFile) -> c_int

Determine if a file is open for read.

@param file The HDFS file @return 1 if the file is open for read; 0 otherwise