Am 04.02.2013 17:36, schrieb Ulf Zibis:
On 04/02/2013 14:20, Alan Bateman wrote:
"If the input byte stream is not in valid Base64 encoding scheme then
IOException will be thrown when reading any invalid Base64 byte(s) from
the returned input stream."
Additionally there is a comma missing after "scheme", as same on my suggestion
below ...
I most like this, but adding some {@code ...} tags would help, at least for IOE. Maybe one of the
terms "Base64" would be enough, like:
If the input byte stream is not of valid Base64 encoding scheme then {@code IOException} will be
thrown by it's {@code read} methods when encountering any undecodable byte(s)
-Ulf