| Package | Description |
|---|---|
| io.enoa.toolkit.binary | |
| io.enoa.toolkit.digest.base | |
| io.enoa.toolkit.file | |
| io.enoa.toolkit.number | |
| io.enoa.toolkit.stream |
| Modifier and Type | Method and Description |
|---|---|
static EnoaBinary |
EnoaBinary.create(byte[] buffer) |
static EnoaBinary |
EnoaBinary.create(byte[] buffer,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
static EnoaBinary |
BaseKit.debase64(String text) |
static EnoaBinary |
BaseKit.debase64(String text,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
static EnoaBinary |
FileKit.read(Path path) |
static EnoaBinary |
FileKit.read(Path path,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
static EnoaBinary |
HexKit.binary(String text)
字符串转二进制
|
| Modifier and Type | Method and Description |
|---|---|
static EnoaBinary |
StreamKit.binary(InputStream stream) |
static EnoaBinary |
StreamKit.binary(InputStream stream,
Charset charset) |
Copyright © 2018. All rights reserved.