Constructor FilterCodec
FilterCodec(Codec)
Sole constructor. When subclassing this codec, create a no-arg ctor and pass the delegate codec and a unique name to this ctor.
Declaration
protected FilterCodec(Codec delegate)
Parameters
Type | Name | Description |
---|---|---|
Codec | delegate |