| 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, spliteratorvoid addFirst(Codec<?> codec)
codec - the codec to registerIllegalArgumentException - if codec is nullvoid addLast(Codec<?> codec)
codec - the codec to registerIllegalArgumentException - if codec is nullCopyright © 2024. All rights reserved.