public class ReadTranslationScripts
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
sLine |
Constructor and Description |
---|
ReadTranslationScripts() |
Modifier and Type | Method and Description |
---|---|
static TranslationScripts |
read(java.io.File f)
TODO use new approach
|
private TranslationScripts |
readFile(java.io.File f) |
(package private) java.lang.String |
readLine(java.io.BufferedReader rd) |
(package private) void |
readOperators(java.io.BufferedReader rd,
java.lang.String suffix,
TranslationScripts script)
Has read the next line already
|
(package private) java.lang.String |
readTillEnd(java.io.BufferedReader rd)
Has read the next line already
|
(package private) java.lang.String |
searchStart(java.io.BufferedReader rd) |
public static TranslationScripts read(java.io.File f) throws java.text.ParseException
f
- java.text.ParseException
private TranslationScripts readFile(java.io.File f) throws java.text.ParseException
java.text.ParseException
java.lang.String searchStart(java.io.BufferedReader rd) throws java.io.IOException
java.io.IOException
void readOperators(java.io.BufferedReader rd, java.lang.String suffix, TranslationScripts script) throws java.io.IOException
rd
- java.io.IOException
java.lang.String readTillEnd(java.io.BufferedReader rd) throws java.io.IOException
rd
- java.io.IOException
java.lang.String readLine(java.io.BufferedReader rd) throws java.io.IOException
java.io.IOException