public final class ByteEncoding extends Object
| Constructor and Description |
|---|
ByteEncoding() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(byte... pattern) |
static String |
decode(Charset charset,
byte... pattern) |
static byte[] |
encode(char pattern) |
static byte[] |
encode(Charset charset,
char pattern) |
static byte[] |
encode(String pattern) |
static byte[] |
encode(String pattern,
Charset charset) |
static List<ByteRange> |
getPartitioningFor(Charset charset) |
static List<ByteRange> |
intervals(Charset charset,
char from,
char to) |
Copyright © 2017. All rights reserved.