|
XOOPS RMCommon Utilities
2.1.8.91RC
|

Public Member Functions | |
| encodeByteStream (Swift_OutputByteStream $os, Swift_InputByteStream $is, $firstLineOffset=0, $maxLineLength=0) | |
| getName () | |
Public Member Functions inherited from Swift_Encoder_Base64Encoder | |
| charsetChanged ($charset) | |
| encodeString ($string, $firstLineOffset=0, $maxLineLength=0) | |
Definition at line 22 of file Base64ContentEncoder.php.
| Swift_Mime_ContentEncoder_Base64ContentEncoder::encodeByteStream | ( | Swift_OutputByteStream | $os, |
| Swift_InputByteStream | $is, | ||
$firstLineOffset = 0, |
|||
$maxLineLength = 0 |
|||
| ) |
Encode stream $in to stream $out.
| Swift_OutputByteStream | $in | |
| Swift_InputByteStream | $out | |
| int | $firstLineOffset | |
| int | $maxLineLength,optional,0 | indicates the default of 76 bytes |
Implements Swift_Mime_ContentEncoder.
Definition at line 34 of file Base64ContentEncoder.php.
References Swift_OutputByteStream\read(), and Swift_InputByteStream\write().

| Swift_Mime_ContentEncoder_Base64ContentEncoder::getName | ( | ) |
Get the name of this encoding scheme. Returns the string 'base64'.
Implements Swift_Mime_ContentEncoder.
Definition at line 76 of file Base64ContentEncoder.php.