Package de.gwdg.metadataqa.marc.utils
Class QAMarcReaderFactory
- java.lang.Object
-
- de.gwdg.metadataqa.marc.utils.QAMarcReaderFactory
-
public final class QAMarcReaderFactory extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.marc4j.MarcReadergetFileReader(MarcFormat marcFormat, String fileName)static org.marc4j.MarcReadergetFileReader(MarcFormat marcFormat, String fileName, CommonParameters parameters)static org.marc4j.MarcReadergetStreamReader(MarcFormat marcFormat, InputStream stream)static org.marc4j.MarcReadergetStreamReader(MarcFormat marcFormat, InputStream stream, CommonParameters parameters)static org.marc4j.MarcReadergetStringReader(MarcFormat marcFormat, String content)static org.marc4j.MarcReadergetStringReader(MarcFormat marcFormat, String content, CommonParameters parameters)
-
-
-
Method Detail
-
getFileReader
public static org.marc4j.MarcReader getFileReader(MarcFormat marcFormat, String fileName) throws Exception
- Throws:
Exception
-
getFileReader
public static org.marc4j.MarcReader getFileReader(MarcFormat marcFormat, String fileName, CommonParameters parameters) throws Exception
- Throws:
Exception
-
getStreamReader
public static org.marc4j.MarcReader getStreamReader(MarcFormat marcFormat, InputStream stream)
-
getStreamReader
public static org.marc4j.MarcReader getStreamReader(MarcFormat marcFormat, InputStream stream, CommonParameters parameters)
-
getStringReader
public static org.marc4j.MarcReader getStringReader(MarcFormat marcFormat, String content)
-
getStringReader
public static org.marc4j.MarcReader getStringReader(MarcFormat marcFormat, String content, CommonParameters parameters)
-
-