coins.backend
Class Storage

java.lang.Object
  extended bycoins.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.


Field Summary
static int FRAME
           
static int REG
           
static int STATIC
           
 
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
 

Field Detail

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
Method Detail

toString

public static java.lang.String toString(int storage)

decode

public static int decode(java.lang.String word)
                  throws SyntaxError
Throws:
SyntaxError