Uses of Class
io.datarouter.bytes.Codec.NullPassthroughCodec
| Package | Description |
|---|---|
| io.datarouter.bytes |
-
Uses of Codec.NullPassthroughCodec in io.datarouter.bytes
Methods in io.datarouter.bytes that return Codec.NullPassthroughCodec Modifier and Type Method Description static <A, B> Codec.NullPassthroughCodec<A,B>Codec.NullPassthroughCodec. of(Function<A,B> encodeFunction, Function<B,A> decodeFunction)