public abstract class Dictionary extends Object
Constructor and Description |
---|
Dictionary(Encoding encoding) |
Modifier and Type | Method and Description |
---|---|
Binary |
decodeToBinary(int id) |
boolean |
decodeToBoolean(int id) |
double |
decodeToDouble(int id) |
float |
decodeToFloat(int id) |
int |
decodeToInt(int id) |
long |
decodeToLong(int id) |
Encoding |
getEncoding() |
abstract int |
getMaxId() |
public Dictionary(Encoding encoding)
public Encoding getEncoding()
public abstract int getMaxId()
public Binary decodeToBinary(int id)
public int decodeToInt(int id)
public long decodeToLong(int id)
public float decodeToFloat(int id)
public double decodeToDouble(int id)
public boolean decodeToBoolean(int id)
Copyright © 2015. All rights reserved.