<p> This method transfers bytes from this buffer into the given
destination array. An invocation of this method of the form
<tt>src.get(a)</tt> behaves in exactly the same way as the invocation
<pre>
src.get(a, 0, a.length) </pre>
@param dst
The destination array
@return This buffer
@throws BufferUnderflowException
If there are fewer than <tt>length</tt> bytes
remaining in this buffer
Relative bulk <i>get</i> method.
<p> This method transfers bytes from this buffer into the given destination array. An invocation of this method of the form <tt>src.get(a)</tt> behaves in exactly the same way as the invocation
<pre> src.get(a, 0, a.length) </pre>
@param dst The destination array
@return This buffer
@throws BufferUnderflowException If there are fewer than <tt>length</tt> bytes remaining in this buffer