| 程序包 | 说明 |
|---|---|
| com.hjcenry.fec |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ByteInputOutputExpCodingLoop |
class |
ByteInputOutputTableCodingLoop |
class |
ByteOutputInputExpCodingLoop |
class |
ByteOutputInputTableCodingLoop |
class |
CodingLoopBase
Common implementations for coding loops.
|
class |
InputByteOutputExpCodingLoop |
class |
InputByteOutputTableCodingLoop |
class |
InputOutputByteExpCodingLoop |
class |
InputOutputByteTableCodingLoop |
class |
OutputByteInputExpCodingLoop |
class |
OutputByteInputTableCodingLoop |
class |
OutputInputByteExpCodingLoop |
class |
OutputInputByteTableCodingLoop |
| 限定符和类型 | 字段和说明 |
|---|---|
static CodingLoop[] |
CodingLoop.ALL_CODING_LOOPS
All of the available coding loop algorithms.
|
private CodingLoop |
ReedSolomon.codingLoop |
| 构造器和说明 |
|---|
ReedSolomon(int dataShardCount,
int parityShardCount,
CodingLoop codingLoop)
Initializes a new encoder/decoder, with a chosen coding loop.
|
Copyright © 2022. All rights reserved.