Returns a read only {@link ByteBuffer} view of this {@link ByteString}. This method makes no copy.
@return read only {@link ByteBuffer} view of this {@link ByteString}.
Creates a view of this buffer as a byte buffer. The returned byte buffer's position/limit/capacity equals current position/limit/capacity. The returned ByteBuffer MAY share the content of the Buffer, depends on implementation.
@return the byte buffer
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.