The buffer can begin initially as a wrapped {@link LuaValue} and only when concatenation actually occurs are the bytes first copied.
To convert back to a {@link LuaValue} again, the function {@link Buffer#value()} is used. @see LuaValue @see LuaValue#buffer() @see LuaString
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|