*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> perl5/IO::Seekable (3)              
Title
Content
Arch
Section
 

Contents


IO::Seekable(3)						       IO::Seekable(3)


NAME    [Toc]    [Back]

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

SYNOPSIS    [Toc]    [Back]

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

DESCRIPTION    [Toc]    [Back]

     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 the perlfunc manpage 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    [Toc]    [Back]

      
      
     the perlfunc manpage, the section on I/O Operators	in the perlop manpage,
     the IO::Handle manpage the	IO::File manpage

HISTORY    [Toc]    [Back]

     Derived from FileHandle.pm	by Graham Barr <[email protected]>


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
FileHandle IRIX supply object methods for filehandles
IO::Pipe IRIX supply object methods for pipes
IO::Handle IRIX supply object methods for I/O handles
IO::File IRIX supply object methods for filehandles
DirHandle IRIX supply object methods for directory handles
random FreeBSD supply pseudo-random numbers
srandom FreeBSD supply pseudo-random numbers
arc4random FreeBSD supply pseudo-random numbers
read_random FreeBSD supply pseudo-random numbers
arc4rand FreeBSD supply pseudo-random numbers
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service