public static final class NumberIndexEncoder.DecodedNumberParts extends Object

The results of decoding NumberParts from a byte array.

Public Method Summary

int
bytesRead()
The number of bytes that were read to decode the number parts.
NumberParts
parts()
The NumberParts instance that was decoded.

Inherited Method Summary

Public Methods

public int bytesRead ()

The number of bytes that were read to decode the number parts.

public NumberParts parts ()

The NumberParts instance that was decoded.