Returns the short at the current position and increases the position by 1. @return the short at the current position. @exception BufferUnderflowException if the position is equal or greater than limit.
()
| 252 | * if the position is equal or greater than limit. |
| 253 | */ |
| 254 | public abstract short get(); |
| 255 | |
| 256 | /** |
| 257 | * Reads shorts from the current position into the specified short array and |