{
    "mode": "perldoc",
    "parameter": "MIME::Parser::Reader",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/MIME%3A%3AParser%3A%3AReader/json",
    "generated": "2026-07-05T09:24:48Z",
    "synopsis": "This module is used internally by MIME::Parser; you probably don't need to be looking at it at\nall. But just in case...\n### Create a top-level reader, where chunks end at EOF:\n$rdr = MIME::Parser::Reader->new();\n### Spawn a child reader, where chunks also end at a boundary:\n$subrdr = $rdr->spawn->addboundary($bound);\n### Spawn a child reader, where chunks also end at a given string:\n$subrdr = $rdr->spawn->addterminator($string);\n### Read until boundary or terminator:\n$subrdr->readchunk($in, $out);",
    "sections": {
        "NAME": {
            "content": "MIME::Parser::Reader - a line-oriented reader for a MIME::Parser\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "This module is used internally by MIME::Parser; you probably don't need to be looking at it at\nall. But just in case...\n\n### Create a top-level reader, where chunks end at EOF:\n$rdr = MIME::Parser::Reader->new();\n\n### Spawn a child reader, where chunks also end at a boundary:\n$subrdr = $rdr->spawn->addboundary($bound);\n\n### Spawn a child reader, where chunks also end at a given string:\n$subrdr = $rdr->spawn->addterminator($string);\n\n### Read until boundary or terminator:\n$subrdr->readchunk($in, $out);\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "A line-oriented reader which can deal with virtual end-of-stream defined by a collection of\nboundaries.\n\nWarning: this is a private class solely for use by MIME::Parser. This class has no official\npublic interface\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "MIME::Tools, MIME::Parser\n",
            "subsections": []
        }
    },
    "summary": "MIME::Parser::Reader - a line-oriented reader for a MIME::Parser",
    "flags": [],
    "examples": [],
    "see_also": []
}