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

/lucene-3.6.0/solr/solrj/src/java/org/apache/solr/common/util/
H A DBase64.java20 * Static methods for translating Base64 encoded strings to byte arrays
24 public class Base64 { class
27 * index values into their "Base64 Alphabet" equivalents as specified
40 * drawn from the "Base64 Alphabet" (as specified in Table 1 of RFC 2045)
42 * are not in the Base64 alphabet but fall within the bounds of the
63 // Translate all full groups from byte array elements to Base64
145 * c is not in the Base64 Alphabet.

Completed in 15 milliseconds