Class AlephseqMarcReader
java.lang.Object
de.gwdg.metadataqa.marc.utils.marcreader.ErrorAwareReader
de.gwdg.metadataqa.marc.utils.marcreader.AlephseqMarcReader
- All Implemented Interfaces:
org.marc4j.MarcReader
-
Field Summary
Fields inherited from class de.gwdg.metadataqa.marc.utils.marcreader.ErrorAwareReader
errors, hasBlockingError -
Constructor Summary
ConstructorsConstructorDescriptionAlephseqMarcReader(InputStream stream) AlephseqMarcReader(String alephseqMarc) AlephseqMarcReader(String alephseqMarc, AlephseqLine.TYPE lineType) -
Method Summary
Modifier and TypeMethodDescriptionintintbooleanhasNext()org.marc4j.marc.Recordnext()voidsetLineType(AlephseqLine.TYPE lineType) Methods inherited from class de.gwdg.metadataqa.marc.utils.marcreader.ErrorAwareReader
addError, getErrors, hasBlockingError
-
Constructor Details
-
AlephseqMarcReader
-
AlephseqMarcReader
-
AlephseqMarcReader
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceorg.marc4j.MarcReader
-
next
public org.marc4j.marc.Record next()- Specified by:
nextin interfaceorg.marc4j.MarcReader
-
getLineNumber
public int getLineNumber() -
getSkippedRecords
public int getSkippedRecords() -
setLineType
-