bytes of this buffer to another byte buffer's remaining bytes.
@param otherBuffer Another byte buffer
@return a negative value if this is less than other; 0 ifthis equals to other; a positive value if this is greater than other
@exception ClassCastException If other is not a byte buffer
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |