public final class ByteUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BYTE_RANGE |
| Modifier and Type | Method and Description |
|---|---|
static byte |
after(byte b) |
static byte |
before(byte b) |
static int |
lastIndexOf(byte[] pattern,
byte[] block) |
static int |
maxLength(List<byte[]> patterns) |
static int |
minLength(List<byte[]> patterns) |
static byte[] |
revert(byte[] bytes) |
public static final int BYTE_RANGE
public static byte after(byte b)
public static byte before(byte b)
public static byte[] revert(byte[] bytes)
public static int lastIndexOf(byte[] pattern,
byte[] block)
public static int minLength(List<byte[]> patterns)
public static int maxLength(List<byte[]> patterns)
Copyright © 2017. All rights reserved.