public interface DataTypeAdapter
| Modifier and Type | Method and Description |
|---|---|
double |
getDouble(java.nio.ByteBuffer buf)
Gets the value as a double.
|
int |
getInt(java.nio.ByteBuffer buf)
Gets the value as an int.
|
long |
getLong(java.nio.ByteBuffer buf)
Gets the value as a long.
|
int getInt(java.nio.ByteBuffer buf)
buf - the buffer from which to get the valuelong getLong(java.nio.ByteBuffer buf)
buf - the buffer from which to get the valuedouble getDouble(java.nio.ByteBuffer buf)
buf - the buffer from which to get the valueCopyright © 2022 Planetary Data System. All rights reserved.