Searched refs:DECODE (Results 1 – 1 of 1) sorted by relevance
181 private static final int DECODE[] = { field in Base64.Decoder244 alphabet = ((flags & URL_SAFE) == 0) ? DECODE : DECODE_WEBSAFE; in Decoder()