public interface INumberEncoding
| Modifier and Type | Method and Description |
|---|---|
boolean |
addChar(char c)
A new character to decode.
|
long |
getNumber()
Get the current decoded value.
|
void |
reset()
Reset.
|
Copyright © 2019. All rights reserved.