Skip navigation links
B D E G J W 

E

encode(byte[]) - Method in class java.util.Base64.Encoder
Encodes all bytes from the specified byte array into a newly-allocated byte array using the Base64 encoding scheme.
encode(byte[], byte[]) - Method in class java.util.Base64.Encoder
Encodes all bytes from the specified byte array using the Base64 encoding scheme, writing the resulting bytes to the given output byte array, starting at offset 0.
encode(ByteBuffer) - Method in class java.util.Base64.Encoder
Encodes all remaining bytes from the specified byte buffer into a newly-allocated ByteBuffer using the Base64 encoding scheme.
encodeToString(byte[]) - Method in class java.util.Base64.Encoder
Encodes the specified byte array into a String using the Base64 encoding scheme.
B D E G J W 
Skip navigation links