man Net::FTPServer::DBeg1::IOBlob () - The example DB FTP server personality

NAME

Net::FTPServer::DBeg1::IOBlob - The example DB FTP server personality

SYNOPSIS

  use Net::FTPServer::DBeg1::IOBlob;

DESCRIPTION

METHODS

Create an IO handle for reading or writing a PostgreSQL blob.

$io->getc ();
Read 1 byte from the buffer and return it Read CW$nbytes from the handle and place them in CW$buffer at offset CW$offset. Write CW$nbytes to the handle from CW$buffer offset CW$offset.
$io->print ($buffer);
$io->close;
Close the IO handle.

AUTHORS

Richard Jones (rich@annexia.org).

COPYRIGHT

Copyright (C) 2000 Biblio@Tech Ltd., Unit 2-3, 50 Carnwath Road, London, SW6 3EG, UK

SEE ALSO