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