rcs.nml
Class PackedFileWriter
java.lang.Object
rcs.nml.PackedFileWriter
public class PackedFileWriter
- extends java.lang.Object
Class that allows the writing of packed files directly without using
an NMLConnection.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PackedFileWriter
public PackedFileWriter(NMLMessageDictionary _dict,
boolean _l64_mode)
WriteFile
public void WriteFile(java.lang.String fileName,
NMLmsg _msg)
WriteFile
public void WriteFile(java.io.File curFile,
NMLmsg _msg)
convertStringToMsg
public NMLmsg convertStringToMsg(java.lang.String str)