rcs.nml
Class PackedFileReader
java.lang.Object
rcs.nml.PackedFileReader
public class PackedFileReader
- extends java.lang.Object
Class that allows the reading 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 |
PackedFileReader
public PackedFileReader(NMLMessageDictionary _dict,
boolean _l64_mode)
ReadFile
public NMLmsg ReadFile(java.lang.String fileName)
ReadFile
public NMLmsg ReadFile(java.io.File curFile)
ReadFile
public NMLmsg ReadFile(java.io.File curFile,
int max_len)
convertMsgToString
public java.lang.String convertMsgToString(NMLmsg inMsg)