Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

perlman:IO::Seekable

by root (Monk)
on Dec 23, 1999 at 00:52 UTC ( [id://1221]=perlfunc: print w/replies, xml ) Need Help??

IO::Seekable

See the current Perl documentation for IO::Seekable.

Here is our local, out-dated (pre-5.6) version:


IO::Seekable - supply seek based methods for I/O objects



    use IO::Seekable;
    package IO::Something;
    @ISA = qw(IO::Seekable);



IO::Seekable does not have a constuctor of its own as is intended to be inherited by other IO::Handle based objects. It provides methods which allow seeking of the file descriptors.

If the C functions fgetpos() and fsetpos() are available, then IO::File::getpos returns an opaque value that represents the current position of the IO::File, and IO::File::setpos uses that value to return to a previously visited position.

See perlfunc for complete descriptions of each of the following supported IO::Seekable methods, which are just front ends for the corresponding built-in functions:

    seek
    tell


SEE ALSO

perlfunc, perlop, Handle File


HISTORY

Derived from FileHandle.pm by Graham Barr <bodg@tiuk.ti.com>


Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-19 17:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found