Added commandline interface
This commit is contained in:
parent
4a091297ed
commit
a585047427
13 changed files with 731 additions and 149 deletions
|
@ -81,11 +81,11 @@ public class FTLDat {
|
|||
}
|
||||
}
|
||||
finally {
|
||||
try {if (is != null) is.close();}
|
||||
catch (IOException e) {}
|
||||
try {if ( is != null ) is.close();}
|
||||
catch ( IOException e ) {}
|
||||
|
||||
try {if (os != null) os.close();}
|
||||
catch (IOException e) {}
|
||||
try {if ( os != null ) os.close();}
|
||||
catch ( IOException e ) {}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -368,8 +368,8 @@ public class FTLDat {
|
|||
}
|
||||
}
|
||||
finally {
|
||||
try {if (os != null) os.close();}
|
||||
catch (IOException e) {}
|
||||
try {if ( os != null ) os.close();}
|
||||
catch ( IOException e ) {}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -388,8 +388,8 @@ public class FTLDat {
|
|||
}
|
||||
}
|
||||
finally {
|
||||
try {if (is != null) is.close();}
|
||||
catch (IOException e) {}
|
||||
try {if ( is != null ) is.close();}
|
||||
catch ( IOException e ) {}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue