GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Genezzo::RawIO(3) User Contributed Perl Documentation Genezzo::RawIO(3)

Genezzo::RawIO - Genezzo Raw IO

 Additional file read and write routines for Genezzo.

 sysread and syswrite are wrapped by gen_raw_read and gen_raw_write 
 so raw devices can be used.

gen_raw_read FILEHANDLE, SCALAR, LENGTH
 Performs read identical to sysread, except uses aligned buffer 
 suitable for raw I/O.
    
gen_raw_write FILEHANDLE, SCALAR, LENGTH
 Performs write identical to syswrite, except uses aligned buffer 
 suitable for raw I/O.
    

 gen_raw_read, gen_raw_write

 Relies on Perl Inline::C module.  Code may gracefully compile to 
 empty stubs on non-raw (non-Linux) platforms, but this has not 
 been thoroughly tested.

Eric Rollins, rollins@acm.org

perl(1).

Copyright (c) 2005 Eric Rollins. All rights reserved.

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

Address bug reports and comments to rollins@acm.org

For more information, please visit the Genezzo homepage at <http://www.genezzo.com>

2005-07-19 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.