The duplicated buffer's position, limit, capacity and mark are the same as this buffer. The duplicated buffer's readonly property and byte order are same as this buffer too.
The new buffer shares content with this buffer, which means either buffer's change of content will be visible to the other. The two buffer's position, limit and mark are independent.
@return A duplicated buffer that shares content with this buffer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|