{
    "content": [
        {
            "type": "text",
            "text": "# MIME::Parser::Reader (perldoc)\n\n## NAME\n\nMIME::Parser::Reader - a line-oriented reader for a MIME::Parser\n\n## SYNOPSIS\n\nThis 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);\n\n## DESCRIPTION\n\nA line-oriented reader which can deal with virtual end-of-stream defined by a collection of\nboundaries.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "MIME::Parser::Reader",
        "section": "",
        "mode": "perldoc",
        "summary": "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\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);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 15,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}