public interface Base64Decoder
Modifier and Type | Method and Description |
---|---|
byte[] |
decodeBase64(java.lang.String base64)
Decodes a base64 encoded string to a byte array.
|
Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.