Uses of Class
com.g11ntoolkit.detokenizer.FileCopyError

Packages that use FileCopyError
com.g11ntoolkit.detokenizer The set of classes that make up the Detokenizer support for the G11NToolKit. 
 

Uses of FileCopyError in com.g11ntoolkit.detokenizer
 

Methods in com.g11ntoolkit.detokenizer that throw FileCopyError
 void FileCopy.copy(JSStrFile jsstr, java.lang.String inFileName, java.lang.String contextFileName, java.lang.String outFileName, java.lang.String enc)
          Extracts the input file from the combined file to create the output file.
 java.lang.StringBuffer FileCopy.readFile(java.lang.String comboFileName)
          Reads in the specified file and stores it in the string buffer.
 java.lang.StringBuffer FileCopy.getScript(JSStrFile jsstr, java.lang.String inFileName)
          Reads in the specified file and stores it in the string buffer.
 void FileCopy.writeFile(java.lang.StringBuffer inFile, java.lang.String outFileName)
          Writes the contents of the input file into the output file.