[][src]Function rust_hdfs::hdfsTell

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

hdfsTell - Get the current offset in the file, in bytes. @param fs The configured filesystem handle. @param file The file handle. @return Current offset, -1 on error.