Uses of Class
com.prineside.luaj.Buffer
Packages that use Buffer
Package
Description
Lua VM, only works in an interpreted mode, which allows it to support iOS.
-
Uses of Buffer in com.prineside.luaj
Methods in com.prineside.luaj that return BufferModifier and TypeMethodDescriptionfinal Buffer
Buffer.append
(byte b) Append a single byte to the buffer.final Buffer
Append aLuaString
to the buffer.final Buffer
Append aLuaValue
to the buffer.final Buffer
Append a Java String to the buffer.LuaValue.buffer()
Convert the value to aBuffer
for more efficient concatenation of multiple strings.Concatenate aBuffer
onto this value and return the result using rules of lua string concatenation including metatag processing.Concatenate this buffer onto aLuaNumber
Concatenate this buffer onto aLuaString
Concatenate this buffer onto aLuaValue
Concatenate bytes from aLuaString
onto the front of this bufferSet buffer contents as aLuaValue
Methods in com.prineside.luaj with parameters of type Buffer