| Package | Description |
|---|---|
| org.apache.accumulo.core.client.lexicoder | |
| org.apache.accumulo.core.client.lexicoder.impl |
| Class and Description |
|---|
| AbstractEncoder
AbstractEncoder is an
Encoder that implements all of Encoder's methods validating the input, but has those
methods defer logic to to a new method, AbstractEncoder.decodeUnchecked(byte[], int, int). |
| Encoder
An encoder represents a typed object that can be encoded/decoded to/from a byte array.
|
| Lexicoder
A lexicoder provides methods to convert to/from byte arrays.
|
| ULongLexicoder
Unsigned long lexicoder.
|
| Class and Description |
|---|
| AbstractEncoder
AbstractEncoder is an
Encoder that implements all of Encoder's methods validating the input, but has those
methods defer logic to to a new method, AbstractEncoder.decodeUnchecked(byte[], int, int). |
| Encoder
An encoder represents a typed object that can be encoded/decoded to/from a byte array.
|
| Lexicoder
A lexicoder provides methods to convert to/from byte arrays.
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.