Constructor
Encodes all characters except the ASCII graphic, that is, encodes ASCII whitespace and control characters and non-ASCII characters.
Encodes this.source in an 'foreach' iteration over encoded chunks. Each chunk is guaranteed not to be empty.
Source string, may be changed at any time except during encoding 'foreach' iteration.
Abstract encoder