public class KeyValue extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
KEY_OFFSET |
| Constructor and Description |
|---|
KeyValue(byte[] bytes,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
Key |
getKey() |
int |
getKeyContentLength() |
int |
getKeyContentOffset() |
int |
getKeyLength() |
int |
getKeyOffset() |
int |
getValueLength() |
int |
getValueOffset() |
String |
toString() |
public static final int KEY_OFFSET
public byte[] getBytes()
public Key getKey()
public int getKeyContentOffset()
public int getKeyLength()
public int getKeyOffset()
public int getKeyContentLength()
public int getValueOffset()
public int getValueLength()
Copyright © 2025 The Apache Software Foundation. All rights reserved.