decode abstract method

DecodingResult<T> decode(
  1. ByteBuffer buffer,
  2. int offset
)

Decode.

Implementation

DecodingResult<T> decode(ByteBuffer buffer, int offset);