Decoder.Binary<T>, Decoder.BinaryStream<T>, Decoder.Text<T>, Decoder.TextStream<T>
Modifier and Type | Method and Description |
---|---|
T |
decode(java.nio.ByteBuffer bytes) |
boolean |
willDecode(java.nio.ByteBuffer bytes) |
T decode(java.nio.ByteBuffer bytes) throws DecodeException
DecodeException
boolean willDecode(java.nio.ByteBuffer bytes)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.