public abstract class Slice extends Object implements Comparable<Slice>, Serializable
| Constructor and Description |
|---|
Slice() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Slice b) |
static Slice |
create(byte[] data) |
static Slice |
create(String data) |
abstract byte[] |
data() |
boolean |
equals(Object b) |
int |
hashCode() |
int |
length() |
static Slice |
reserved() |
String |
toString() |
Copyright © 2019. All rights reserved.