R
- Value type@Internal
public static interface AbstractStreamDecoder.ValueDecoder<R>
Modifier and Type | Method and Description |
---|---|
R |
decode(AbstractStreamDecoder target)
Decode this value.
|
R decode(AbstractStreamDecoder target) throws java.io.IOException
target
- Reference to this
, allows subclasses to avoid capturing this
to avoid an allocation.java.io.IOException
- if an unrecoverable error occurs