| 程序包 | 说明 |
|---|---|
| com.github.houbb.heaven.util.util.internal |
| 限定符和类型 | 方法和说明 |
|---|---|
static Base64.Decoder |
Base64.getDecoder()
Returns a
Base64.Decoder that decodes using the
Basic type base64 encoding scheme. |
static Base64.Decoder |
Base64.getMimeDecoder()
Returns a
Base64.Decoder that decodes using the
MIME type base64 decoding scheme. |
static Base64.Decoder |
Base64.getUrlDecoder()
Returns a
Base64.Decoder that decodes using the
URL and Filename safe type base64
encoding scheme. |
Copyright © 2024. All rights reserved.