Uses of Interface
org.marc4j.MarcReader

Packages that use MarcReader
org.marc4j Classes to read and write MARC and MARCXML records. 
 

Uses of MarcReader in org.marc4j
 

Classes in org.marc4j that implement MarcReader
 class MarcDirStreamReader
           A Marc reader which instead of handling a single file of MARC records it handles a directory, which it will scan for all .mrc files, and iterate through all of them in turn.
 class MarcPermissiveStreamReader
          An iterator over a collection of MARC records in ISO 2709 format, that is designed to be able to handle MARC records that have errors in their structure or their encoding.
 class MarcStreamReader
          An iterator over a collection of MARC records in ISO 2709 format.
 class MarcXmlReader
          An iterator over a collection of MARC records in MARCXML format.
 



Copyright © 2002-2006 Bas Peters. All Rights Reserved.