Updates converters to use the new utility classes

This commit is contained in:
2020-05-08 19:11:42 +02:00
parent 29437f1256
commit 857c8f29a4
5 changed files with 123 additions and 182 deletions

View File

@ -10,6 +10,7 @@ public interface Converter {
/**
* Converts the given file
*
* @param file <p>The file to convert.</p>
* @throws IOException <p>If the file cannot be converted.</p>
*/