|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataTypeAdapter
Defines an interface for getting a data type in various formats.
Method Summary | |
---|---|
double |
getDouble(ByteBuffer buf)
Gets the value as a double. |
int |
getInt(ByteBuffer buf)
Gets the value as an int. |
long |
getLong(ByteBuffer buf)
Gets the value as a long. |
Method Detail |
---|
int getInt(ByteBuffer buf)
buf
- the buffer from which to get the value
long getLong(ByteBuffer buf)
buf
- the buffer from which to get the value
double getDouble(ByteBuffer buf)
buf
- the buffer from which to get the value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |