public interface BinaryDecoder<T>
| 限定符和类型 | 方法和说明 |
|---|---|
T |
decode(byte[] payload,
int offset) |
default <V> BinaryDecoder<V> |
transferTo(java.util.function.Function<T,V> mapper) |
T decode(byte[] payload, int offset)
default <V> BinaryDecoder<V> transferTo(java.util.function.Function<T,V> mapper)
Copyright © 2019–2023. All rights reserved.