{
    "content": [
        {
            "type": "text",
            "text": "# Plucene::Store::OutputStream (perldoc)\n\n## NAME\n\nPlucene::Store::OutputStream - a random-access output stream\n\n## SYNOPSIS\n\n# isa Plucene::Store::InputStream\n\n## DESCRIPTION\n\nThis is an abstract class for output to a file in a Directory. A random-access output stream.\nUsed for all Plucene index output operations.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **METHODS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Plucene::Store::OutputStream",
        "section": "",
        "mode": "perldoc",
        "summary": "Plucene::Store::OutputStream - a random-access output stream",
        "synopsis": "# isa Plucene::Store::InputStream",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 27,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Plucene::Store::OutputStream - a random-access output stream\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "# isa Plucene::Store::InputStream\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This is an abstract class for output to a file in a Directory. A random-access output stream.\nUsed for all Plucene index output operations.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "new\nCreate a new Plucene::Store::OutputStream\n\nclone\nClone this\n\nfh / read / seek / tell / getc / print / eof / close\nFile operations\n\nwritebyte\nThis will write a single byte.\n\nwriteint\nThis will write an int as four bytes.\n\nwritevint\nThis will write an int in a variable length format.\n\nwritelong\nThis will write a long as eight bytes.\n\nwritevlong\nThis will write a long in variable length format.\n\nwritestring\nThis will write a string.\n",
                "subsections": []
            }
        }
    }
}