Package de.gwdg.metadataqa.marc.utils
Class CodeFileReader
- java.lang.Object
-
- de.gwdg.metadataqa.marc.utils.CodeFileReader
-
public class CodeFileReader extends Object
-
-
Constructor Summary
Constructors Constructor Description CodeFileReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Code>fileToCodeList(String fileName)static Map<String,String>fileToDict(String fileName)
-
-
-
Method Detail
-
fileToDict
public static Map<String,String> fileToDict(String fileName) throws IOException, URISyntaxException
- Throws:
IOExceptionURISyntaxException
-
-