-
Deprecated Classes
-
Deprecated Fields
-
Deprecated MethodsMethodDescriptionUse Globals.load(InputString, String, String) instead, or LuaC.compile(InputStream, String) and construct LuaClosure directly.This method does not properly convert bytes into characters. As of JDK 1.1, the preferred way to do this is via the
toString(String enc)
method, which takes an encoding-name argument, or thetoString()
method, which uses the platform's default character encoding.