| 程序包 | 说明 |
|---|---|
| org.luaj.vm2 |
| 限定符和类型 | 方法和说明 |
|---|---|
Buffer |
Buffer.append(byte b)
Append a single byte to the buffer.
|
Buffer |
Buffer.append(char c) |
Buffer |
Buffer.append(LuaString str)
Append a
LuaString to the buffer. |
Buffer |
Buffer.append(LuaValue val)
Append a
LuaValue to the buffer. |
Buffer |
Buffer.append(String str)
Append a Java String to the buffer.
|
Buffer |
LuaValue.buffer()
Convert the value to a
Buffer for more efficient concatenation of
multiple strings. |
Buffer |
LuaUtf8String.concat(Buffer rhs) |
Buffer |
LuaNumber.concat(Buffer rhs) |
Buffer |
LuaValue.concat(Buffer rhs)
Concatenate a
Buffer onto this value and return the result
using rules of lua string concatenation including metatag processing. |
Buffer |
LuaString.concat(Buffer rhs) |
Buffer |
Buffer.concatTo(LuaNumber lhs)
|
Buffer |
Buffer.concatTo(LuaString lhs)
Concatenate this buffer onto a
LuaString |
Buffer |
Buffer.concatTo(LuaValue lhs)
Concatenate this buffer onto a
LuaValue |
Buffer |
Buffer.prepend(LuaString s)
Concatenate bytes from a
LuaString onto the front of this buffer |
Buffer |
Buffer.setvalue(LuaValue value)
Set buffer contents as a
LuaValue |
| 限定符和类型 | 方法和说明 |
|---|---|
Buffer |
LuaUtf8String.concat(Buffer rhs) |
Buffer |
LuaNumber.concat(Buffer rhs) |
Buffer |
LuaValue.concat(Buffer rhs)
Concatenate a
Buffer onto this value and return the result
using rules of lua string concatenation including metatag processing. |
Buffer |
LuaString.concat(Buffer rhs) |
Copyright © 2020. All rights reserved.