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 BufferBuffer.append(byte b) Append a single byte to the buffer.final BufferAppend aLuaStringto the buffer.final BufferAppend aLuaValueto the buffer.final BufferAppend a Java String to the buffer.LuaValue.buffer()Convert the value to aBufferfor more efficient concatenation of multiple strings.Concatenate aBufferonto this value and return the result using rules of lua string concatenation including metatag processing.Concatenate this buffer onto aLuaNumberConcatenate this buffer onto aLuaStringConcatenate this buffer onto aLuaValueConcatenate bytes from aLuaStringonto the front of this bufferSet buffer contents as aLuaValueMethods in com.prineside.luaj with parameters of type Buffer