Class MapReader
java.lang.Object
org.aksw.commons.util.MapReader
A simple utility class for reading Mapinvalid input: '<'String, String> objects from
two column TSV files. Lines whose first non-whitespace character is '#' are
treated as comments.
- Author:
- Claus Stadler invalid input: '<'cstadler@informatik.uni-leipzig.de>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InputStreamgetResourceAsStream(String name) read(BufferedReader reader) read(InputStream in) read(InputStreamReader reader) Deprecated.readFromResource(String name)
-
Constructor Details
-
MapReader
public MapReader()
-
-
Method Details
-
getResourceAsStream
-
readFromResource
- Throws:
IOException
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
readFile
Deprecated.- Throws:
IOException
-