Reads the next (decoded) Base64 character from the input stream. Non Base64 characters are skipped. @param in Stream from which bytes are read. @param throwExceptions Throw an exception if an unexpected character is encountered. @return the next Base64 character from the stream or -1 if there are n
(InputStream in, boolean throwExceptions)