public interface DataTypeAdapter
| Modifier and Type | Method and Description |
|---|---|
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.
|
int getInt(ByteBuffer buf)
buf - the buffer from which to get the valuelong getLong(ByteBuffer buf)
buf - the buffer from which to get the valuedouble getDouble(ByteBuffer buf)
buf - the buffer from which to get the valueCopyright © 2020. All rights reserved.