public class Base64Util extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(byte[] bytes) |
static byte[] |
decode(String raw) |
static String |
decodeToString(byte[] bytes) |
static String |
decodeToString(String raw) |
static byte[] |
encode(byte[] bytes) |
static byte[] |
encode(String raw) |
static String |
encodeToString(byte[] bytes) |
static String |
encodeToString(String raw) |
public static String encodeToString(byte[] bytes)
public static byte[] encode(byte[] bytes)
public static byte[] encode(String raw)
public static byte[] decode(String raw)
public static byte[] decode(byte[] bytes)
public static String decodeToString(byte[] bytes)
Copyright © 2024. All rights reserved.