public class ByteRange extends Object
| Constructor and Description |
|---|
ByteRange(byte[] from,
byte[] to,
int size) |
ByteRange(byte from,
byte to,
int size) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(byte... value) |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
ranges(byte[] from,
byte[] to) |
boolean |
ranges(byte from,
byte to) |
int |
size() |
List<ByteRange> |
splitAfter(byte... value) |
List<ByteRange> |
splitAround(byte[] from,
byte[] to) |
List<ByteRange> |
splitAround(byte from,
byte to) |
List<ByteRange> |
splitBefore(byte... value) |
String |
toString() |
public ByteRange(byte[] from,
byte[] to,
int size)
public ByteRange(byte from,
byte to,
int size)
Copyright © 2017. All rights reserved.