MIME::Parser::Reader(3pm) User Contributed Perl Documentation MIME::Parser::Reader(3pm)
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->add_boundary($bound);
### Spawn a child reader, where chunks also end at a given string:
$subrdr = $rdr->spawn->add_terminator($string);
### Read until boundary or terminator:
$subrdr->read_chunk($in, $out);
DESCRIPTION
A line-oriented reader which can deal with virtual end-of-stream defined by a collection
of boundaries.
Warning: this is a private class solely for use by MIME::Parser. This class has no
official public interface
SEE ALSO
MIME::Tools, MIME::Parser
perl v5.26.1 2017-10-20 MIME::Parser::Reader(3pm)
Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2026-01-11 09:13 @216.73.216.127 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)