Documentation
¶
Index ¶
- func DecodeString(L *lua.LState) int
- func EncodeToString(L *lua.LState) int
- func LVHexDecoder(L *lua.LState, reader io.Reader) lua.LValue
- func LVHexEncoder(L *lua.LState, writer io.Writer) lua.LValue
- func Loader(L *lua.LState) int
- func NewDecoder(L *lua.LState) int
- func NewEncoder(L *lua.LState) int
- func Preload(L *lua.LState)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeString ¶
DecodeString decodes the encoded string with the encoding
func EncodeToString ¶
EncodeToString decodes the string with the encoding
func LVHexDecoder ¶
LVHexDecoder creates a new Lua user data for the hex decoder
func LVHexEncoder ¶
LVHexEncoder creates a new Lua user data for the hex encoder
func NewDecoder ¶
func NewEncoder ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.