Returns the byte at the current position and increases the position by 1. @return the byte at the current position. @exception BufferUnderflowException if the position is equal or greater than limit.
()
| 377 | * if the position is equal or greater than limit. |
| 378 | */ |
| 379 | public abstract byte get(); |
| 380 | |
| 381 | /** |
| 382 | * Reads bytes from the current position into the specified byte array and |