{
    "mode": "perldoc",
    "parameter": "RDF::Redland::Stream",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/RDF%3A%3ARedland%3A%3AStream/json",
    "generated": "2026-06-14T05:40:19Z",
    "synopsis": "use RDF::Redland;\n...\nmy $stream=$model->serialise;\nwhile($stream && !$stream->end) {\nmy $statement=$stream->current;\n...\n$stream->next;\n}",
    "sections": {
        "NAME": {
            "content": "RDF::Redland::Stream - Redland RDF Stream of RDF::Redland::Statement objects Class\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use RDF::Redland;\n\n...\nmy $stream=$model->serialise;\nwhile($stream && !$stream->end) {\nmy $statement=$stream->current;\n...\n$stream->next;\n}\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Represents a sequence of RDF::Redland::Statement objects passed between various Redland objects.\n",
            "subsections": []
        },
        "CONSTRUCTORS": {
            "content": "No public constructors - are created and returned from various methods of classes including\nRDF::Redland::Model and RDF::Redland::Parser\n",
            "subsections": []
        },
        "METHODS": {
            "content": "end Returns non 0 if the stream is finished.\n\ncurrent\nReturns the current RDF::Redland::Statement object in the stream or undef if the stream is\nfinished.\n\nnext\nMoves to the next RDF::Redland::Statement object in the stream. Returns non-zero if the\nstream is finished.\n\ncontext\nReturns the context RDF::Redland::Node object in the stream or undef if the stream is\nfinished.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "RDF::Redland::Model and RDF::Redland::Parser\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Dave Beckett - http://www.dajobe.org/\n",
            "subsections": []
        }
    },
    "summary": "RDF::Redland::Stream - Redland RDF Stream of RDF::Redland::Statement objects Class",
    "flags": [],
    "examples": [],
    "see_also": []
}