Utils
Class TextRep

java.lang.Object
  |
  +--Utils.TextRep

public class TextRep
extends java.lang.Object

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

TextRep

public TextRep(java.lang.String[] args)
Method Detail

ReadFile

public static final byte[] ReadFile(java.lang.String strFile)
                             throws java.io.IOException

WriteFile

public static final void WriteFile(java.lang.String strFile,
                                   byte[] pData)
                            throws java.io.IOException