Package org.scribe.services
Class CommonsEncoder
- java.lang.Object
-
- org.scribe.services.Base64Encoder
-
- org.scribe.services.CommonsEncoder
-
public class CommonsEncoder extends Base64Encoder
-
-
Constructor Summary
Constructors Constructor Description CommonsEncoder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
encode(byte[] bytes)
java.lang.String
getType()
static boolean
isPresent()
-
Methods inherited from class org.scribe.services.Base64Encoder
getInstance, type
-
-
-
-
Method Detail
-
encode
public java.lang.String encode(byte[] bytes)
- Specified by:
encode
in classBase64Encoder
-
getType
public java.lang.String getType()
- Specified by:
getType
in classBase64Encoder
-
isPresent
public static boolean isPresent()
-
-