{
    "mode": "perldoc",
    "parameter": "MIME::Decoder::Binary",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/MIME%3A%3ADecoder%3A%3ABinary/json",
    "generated": "2026-06-11T10:18:33Z",
    "synopsis": "A generic decoder object; see MIME::Decoder for usage.",
    "sections": {
        "NAME": {
            "content": "MIME::Decoder::Binary - perform no encoding/decoding\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "A generic decoder object; see MIME::Decoder for usage.\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "A MIME::Decoder subclass for the \"binary\" encoding (in other words, no encoding).\n\nThe \"binary\" decoder is a special case, since it's ill-advised to read the input line-by-line:\nafter all, an uncompressed image file might conceivably have loooooooooong stretches of bytes\nwithout a \"\\n\" among them, and we don't want to risk blowing out our core. So, we read-and-write\nfixed-size chunks.\n\nBoth the encoder and decoder do a simple pass-through of the data from input to output.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "MIME::Decoder\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Eryq (eryq@zeegee.com), ZeeGee Software Inc (http://www.zeegee.com).\n\nAll rights reserved. This program is free software; you can redistribute it and/or modify it\nunder the same terms as Perl itself.\n",
            "subsections": []
        }
    },
    "summary": "MIME::Decoder::Binary - perform no encoding/decoding",
    "flags": [],
    "examples": [],
    "see_also": []
}