Manual Pages for UNIX Darwin command on man MIME::Parser::Reader
MyWebUniversity

Manual Pages for UNIX Darwin command on man MIME::Parser::Reader

MIME::Parser::Reader(3)User Contributed Perl DocumentatioMnIME::Parser::Reader(3)

NAME

MIME::Parser::Reader - a line-oriented reader for a MIME::Parser

SYNOPSIS

This module is used internally by MIME::Parser; you probably don't need to be looking at it at all. But just in case...

### Create a top-level reader, where chunks end at EOF:

$rdr = MIME::Parser::Reader->new();

### Spawn a child reader, where chunks also end at a boundary:

$subrdr = $rdr->spawn->addboundary($bound);

### Spawn a child reader, where chunks also end at a given string:

$subrdr = $rdr->spawn->addterminator($string);

### Read until boundary or terminator:

$subrdr->readchunk($in, $out);

DESCRIPTION

A line-oriented reader which can deal with virtual end-of-stream

defined by a collection of boundaries. WWaarrnniinngg:: this is a private class solely for use by MIME::Parser. This class has no official public interface

perl v5.8.8 2000-09-20 MIME::Parser::Reader(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™