|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Utils.TextRep
A class to open a file, copy it to another name and replace strings in the copy with other strings.
Constructor Summary | |
TextRep(java.lang.String[] args)
|
Method Summary | |
static byte[] |
ReadFile(java.lang.String strFile)
|
static void |
WriteFile(java.lang.String strFile,
byte[] pData)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TextRep(java.lang.String[] args)
Method Detail |
public static final byte[] ReadFile(java.lang.String strFile) throws java.io.IOException
public static final void WriteFile(java.lang.String strFile, byte[] pData) throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |