Modifier and Type | Method and Description |
---|---|
void |
addFirst(Codec<?> codec)
Register codec before all other codecs.
|
void |
addLast(Codec<?> codec)
Register codec after all other codecs.
|
forEach, iterator, spliterator
void addFirst(Codec<?> codec)
codec
- the codec to registerIllegalArgumentException
- if codec
is null
void addLast(Codec<?> codec)
codec
- the codec to registerIllegalArgumentException
- if codec
is null
Copyright © 2022. All rights reserved.