Base64@Deprecated
public class Base64
extends java.lang.Object
Base64| 构造器和说明 |
|---|
Base64()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
altBase64ToByteArray(java.lang.String s)
已过时。
Translates the specified "alternate representation" Base64 string into a byte array.
|
static byte[] |
base64ToByteArray(java.lang.String s)
已过时。
Translates the specified Base64 string (as per Preferences.get(byte[])) into a byte array.
|
static java.lang.String |
byteArrayToAltBase64(byte[] a)
已过时。
Translates the specified byte array into an "alternate representation" Base64 string.
|
static java.lang.String |
byteArrayToBase64(byte[] a)
已过时。
Translates the specified byte array into a Base64 string as per Preferences.put(byte[]).
|
public static java.lang.String byteArrayToBase64(byte[] a)
a - [ellipsis]public static java.lang.String byteArrayToAltBase64(byte[] a)
a - [ellipsis]public static byte[] base64ToByteArray(java.lang.String s)
s - [ellipsis]public static byte[] altBase64ToByteArray(java.lang.String s)
s - [ellipsis]Copyright © 2023. All Rights Reserved.