RepeatPrefixed
- Namespace
- Rowles.LeanCorpus.Codecs.CodecKit
- Assembly
- Rowles.LeanCorpus.dll
Methods
RepeatPrefixed<T>(ICodec<T>, ICodec<int>)
Decode/encode a count-prefixed list with an int count codec. The count is read/written first, then that many elements follow.
RepeatPrefixed<T>(ICodec<T>, ICodec<uint>)
Decode/encode a count-prefixed list with a uint count codec.
RepeatPrefixed<T>(ICodec<T>, ICodec<long>)
Decode/encode a count-prefixed list with a long count codec.