| 程序包 | 说明 |
|---|---|
| org.indunet.fastproto.pipeline | |
| org.indunet.fastproto.pipeline.decode | |
| org.indunet.fastproto.pipeline.encode |
| 限定符和类型 | 方法和说明 |
|---|---|
static Pipeline<CodecContext> |
Pipeline.getDecodeFlow(long codecFeature) |
static Pipeline<CodecContext> |
Pipeline.getEncodeFlow(long codecFeature) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
VerifyVersionFlow.process(@NonNull CodecContext context) |
void |
VerifyFixedLengthFlow.process(CodecContext context) |
void |
VerifyChecksumFlow.process(CodecContext context) |
void |
UncompressFlow.process(CodecContext context) |
void |
DecryptFlow.process(CodecContext context) |
void |
DecodeFlow.process(CodecContext context) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
WriteVersionFlow.process(CodecContext context) |
void |
WriteChecksumFlow.process(CodecContext context) |
void |
InferLengthFlow.process(CodecContext context) |
void |
FixedLengthFlow.process(CodecContext context) |
void |
EncryptFlow.process(CodecContext context) |
void |
EncodeFlow.process(CodecContext context) |
void |
CompressFlow.process(CodecContext context) |
Copyright © 2019–2022 indunet. All rights reserved.