Returns the available content bytes that can be read via {@link #readInto(ByteBuffer)}.
Each invocation to {@link #readInto(ByteBuffer)} modifies the value returned by this method,until no more content bytes are available.
@return the available content bytes @see #readInto(ByteBuffer)
|
|
|
|
|
|
|
|