coins.backend
Class Storage
java.lang.Object
coins.backend.Storage
- public class Storage
- extends java.lang.Object
Storage class encoder/decoder.
Storage class is represented by int, not an instance of the class.
|
Method Summary |
static int |
decode(java.lang.String word)
|
static java.lang.String |
toString(int storage)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STATIC
public static final int STATIC
- See Also:
- Constant Field Values
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
REG
public static final int REG
- See Also:
- Constant Field Values
toString
public static java.lang.String toString(int storage)
decode
public static int decode(java.lang.String word)
throws SyntaxError
- Throws:
SyntaxError