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