- Added
Bzip2::FFI::Reader#tell
, returning the number of decompressed bytes that have been read.Bzip2::FFI::Reader#pos
is now an alias forBzip2::FFI::Reader#tell
. - Added
Bzip2::FFI::Writer#tell
, returning the number of uncompressed bytes that have been written.Bzip2::FFI::Writer#pos
is now an alias forBzip2::FFI::Writer#tell
.