Base64Encoder [constructor] | Constructors |
~Base64Encoder [destructor] | Destroy this object. |
alphabet | Return the alphabet supplied at construction of this object. |
convert | convert overloads |
endConvert | endConvert overloads |
isAcceptable | Return whether input so far is syntactically complete. |
isDone | Return whether encoding is done and further input is an error. |
isError | Return true if there is no possibility of achieving an "acceptable" result, and false otherwise. |
isInitialState | Return true if this instance is in the initial state (i.e., as if no input had been consumed), and false otherwise. |
isPadded | Return true if padding by = characters was specified at construction of this object. |
maxLineLength | Return the currently installed value for the maximum line length. |
options | Return an options object reflecting the options this object was configured with. |
outputLength | Return the total length of the output emitted thus far (including soft line breaks where appropriate). |
resetState | Reset this instance to its initial state (i.e., as if no input had been consumed). |