Writes the given short to the current position and increases the position by 1. @param s the short to write. @return this buffer. @exception BufferOverflowException if position is equal or greater than limit. @exception ReadOnlyBufferException if no changes
(short s)
| 399 | * if no changes may be made to the contents of this buffer. |
| 400 | */ |
| 401 | public abstract ShortBuffer put(short s); |
| 402 | |
| 403 | /** |
| 404 | * Writes shorts from the given short array to the current position and |