{
    "content": [
        {
            "type": "text",
            "text": "# Plucene::Store::InputStream (perldoc)\n\n## NAME\n\nPlucene::Store::InputStream - a random-access input stream\n\n## SYNOPSIS\n\n# isa IO::File\n\n## DESCRIPTION\n\nA random-access input stream.Used for all Plucene index input 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::InputStream",
        "section": "",
        "mode": "perldoc",
        "summary": "Plucene::Store::InputStream - a random-access input stream",
        "synopsis": "# isa IO::File",
        "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": 2,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 29,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Plucene::Store::InputStream - a random-access input stream\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "# isa IO::File\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "A random-access input stream.Used for all Plucene index input operations.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "new\nmy $inputstream = Plucene::Store::InputStream->new($file);\n\nCreate a new input stream.\n\nfh / read / seek / tell / getc / print / eof / close\nFile operations\n\nclone\nThis will return a clone of this stream.\n\nreadbyte\nThis will read and return a single byte.\n\nreadint\nThis will read four bytes and return an integer.\n\nreadvint\nThis will read an integer stored in a variable-length format.\n\nreadvlong\nThis will read a long and stored in variable-length format\n\nreadstring\nThis will read a string.\n\nreadlong\nThis will read eight bytes and return a long.\n",
                "subsections": []
            }
        }
    }
}