IO::Seekable
Native Rust implementation built into the interpreter. Runtime: P5. See original documentation for the full Perl reference.
IO::Seekable provides seek/tell/setpos/getpos methods. Most delegate to IO::Handle equivalents.
Functions
import
noop.
seek
delegates to IO::Handle.
setpos
seek to absolute position.