Package org.firebirdsql.util
Class Base64DecoderImpl
java.lang.Object
org.firebirdsql.util.Base64DecoderImpl
- All Implemented Interfaces:
Base64Decoder
Java 8 and higher implementation of
Base64Decoder.- Author:
- Mark Rotteveel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]decodeBase64(String base64) Decodes a base64 encoded string to a byte array.
-
Constructor Details
-
Base64DecoderImpl
public Base64DecoderImpl()
-
-
Method Details
-
decodeBase64
Description copied from interface:Base64DecoderDecodes a base64 encoded string to a byte array.- Specified by:
decodeBase64in interfaceBase64Decoder- Parameters:
base64- Base64 encoded data- Returns:
- byte array after decoding
-