Returns the double at the current position and increases the position by 1. @return the double at the current position. @exception BufferUnderflowException if the position is equal or greater than limit.
()
| 260 | * if the position is equal or greater than limit. |
| 261 | */ |
| 262 | public abstract double get(); |
| 263 | |
| 264 | /** |
| 265 | * Reads doubles from the current position into the specified double array |