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