Base64.CHUNK_SIZE

Chunk size per RFC 2045 section 6.8. <p/> The character limit does not count the trailing CRLF, but counts all other characters, including any equal signs.

@see <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045 section 6.8</a>

class Base64
enum int CHUNK_SIZE;

Meta