hdfs::native::hdfsTell [] [src]

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

Get the current offset in the file, in bytes.

Params

fs - The configured filesystem handle. file - The file handle.

Return

Current offset, -1 on error.