Searched defs:Decoder (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DBase64.java132 int[] base64 = Decoder.fromBase64;
145 * Returns a {@link Decoder} that decodes using the
150 public static Decoder getDecoder() {
151 return Decoder.RFC4648;
155 * Returns a {@link Decoder} that decodes using the
161 public static Decoder getUrlDecoder() {
162 return Decoder.RFC4648_URLSAFE;
166 * Returns a {@link Decoder} that decodes using the
171 public static Decoder getMimeDecoder() {
172 return Decoder
467 public static class Decoder { class in class:Base64
472 private Decoder(boolean isURL, boolean isMIME) { method in class:Base64.Decoder
[all...]

Completed in 24 milliseconds