| Package | Description |
|---|---|
| com.devexperts.qd |
This package contains basic interfaces and other API elements of QD system
which shall be sufficient for the client application programmer.
|
| com.devexperts.qd.kit |
This package contains default implementations of various QD components which
do not constitute any separate module or subsystem and which can be easily replaced.
|
| Modifier and Type | Method and Description |
|---|---|
SymbolCodec |
DataScheme.getCodec()
Returns symbol codec used in this scheme.
|
| Constructor and Description |
|---|
SymbolList(String[] symbols,
SymbolCodec codec) |
| Modifier and Type | Class and Description |
|---|---|
class |
PentaCodec
The
PentaCodec performs symbol coding and serialization using
extensible 5-bit encoding. |
| Modifier and Type | Field and Description |
|---|---|
protected SymbolCodec |
RangeStriper.codec |
protected SymbolCodec |
DefaultScheme.codec |
| Modifier and Type | Method and Description |
|---|---|
SymbolCodec |
DefaultScheme.getCodec() |
| Constructor and Description |
|---|
DefaultScheme(SymbolCodec codec,
DataRecord... records) |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.