Package zombie.Lua
Class LuaManager.GlobalObject.LuaFileWriter
java.lang.Object
zombie.Lua.LuaManager.GlobalObject.LuaFileWriter
- Enclosing class:
- LuaManager.GlobalObject
public static final class LuaManager.GlobalObject.LuaFileWriter
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description LuaFileWriter(java.io.PrintWriter printWriter)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LuaFileWriter
public LuaFileWriter(java.io.PrintWriter printWriter)
-
-
Method Details
-
write
public void write(java.lang.String string) throws java.io.IOException- Throws:
java.io.IOException
-
writeln
public void writeln(java.lang.String string) throws java.io.IOException- Throws:
java.io.IOException
-
close
public void close() throws java.io.IOException- Throws:
java.io.IOException
-