[][src]Function rust_hdfs::hdfsAvailable

pub unsafe extern "C" fn hdfsAvailable(fs: hdfsFS, file: hdfsFile) -> c_int

hdfsAvailable - Number of bytes that can be read from this input stream without blocking. @param fs The configured filesystem handle. @param file The file handle. @return Returns available bytes; -1 on error.