1MIME::Decoder::Binary(3U)ser Contributed Perl DocumentatiMoInME::Decoder::Binary(3)
2
3
4
6 MIME::Decoder::Binary - perform no encoding/decoding
7
9 A generic decoder object; see MIME::Decoder for usage.
10
12 A MIME::Decoder subclass for the "binary" encoding (in other words, no
13 encoding).
14
15 The "binary" decoder is a special case, since it's ill-advised to read
16 the input line-by-line: after all, an uncompressed image file might
17 conceivably have loooooooooong stretches of bytes without a "\n" among
18 them, and we don't want to risk blowing out our core. So, we read-and-
19 write fixed-size chunks.
20
21 Both the encoder and decoder do a simple pass-through of the data from
22 input to output.
23
25 MIME::Decoder
26
28 Eryq (eryq@zeegee.com), ZeeGee Software Inc (http://www.zeegee.com).
29
30 All rights reserved. This program is free software; you can
31 redistribute it and/or modify it under the same terms as Perl itself.
32
33
34
35perl v5.34.0 2021-07-22 MIME::Decoder::Binary(3)