MCPcopy
hub / github.com/aceld/zinx / IDecoder

Interface IDecoder

ziface/idecoder.go:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package ziface
2
3type IDecoder interface {
4 IInterceptor
5 GetLengthField() *LengthField
6}

Callers

nothing calls this directly

Implementers 5

TLVDecoderzdecoder/tlvdecoder.go
HtlvCrcDecoderzdecoder/htlvcrcdecoder.go
LTV_Little_Decoderzdecoder/ltvdecoder_little.go
Serverznet/server.go
Clientznet/client.go

Calls

no outgoing calls

Tested by

no test coverage detected