| Package | Description |
|---|---|
| net.amygdalum.util.text |
| Modifier and Type | Method and Description |
|---|---|
static List<ByteRange> |
ByteEncoding.getPartitioningFor(Charset charset) |
static List<ByteRange> |
ByteEncoding.intervals(Charset charset,
char from,
char to) |
List<ByteRange> |
ByteRange.splitAfter(byte... value) |
List<ByteRange> |
ByteRange.splitAround(byte[] from,
byte[] to) |
List<ByteRange> |
ByteRange.splitAround(byte from,
byte to) |
List<ByteRange> |
ByteRange.splitBefore(byte... value) |
Copyright © 2017. All rights reserved.