Searched defs:fromBase64 (Results 1 – 1 of 1) sorted by relevance
524 private static final int[] fromBase64 = new int[256]; field in Base64.Decoder526 Arrays.fill(fromBase64, -1); in Arrays.fill() argument