| Package | Description |
|---|---|
| org.marc4j |
Classes to read and write MARC and MARCXML records.
|
| org.marc4j.samples |
Provides MARC4J examples.
|
| org.solrmarc.marcoverride |
| Modifier and Type | Class and Description |
|---|---|
class |
MarcCombiningReader
Binary MARC records have a maximum size of 99999 bytes.
|
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 |
MarcJsonReader |
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 |
MarcTranslatedReader |
class |
MarcXmlReader
An iterator over a collection of MARC records in MARCXML format.
|
| Constructor and Description |
|---|
MarcCombiningReader(MarcReader reader,
ErrorHandler currentErrors,
ErrorHandler nextErrors,
String idsToMerge,
String leftControlField,
String rightControlField)
Constructor for a "combining" Marc reader, that looks ahead at the Marc
file to determine when the next record is a continuation of the currently
read record.
|
MarcCombiningReader(MarcReader reader,
String idsToMerge,
String leftControlField,
String rightControlField)
Constructor for a "combining" Marc reader, that looks ahead at the Marc
file to determine when the next record is a continuation of the currently
read record.
|
MarcTranslatedReader(MarcReader r,
boolean unicodeNormalizeBool)
Creates a MARC translated reader that can normalize Unicode.
|
MarcTranslatedReader(MarcReader r,
String unicodeNormalizeStr)
Creates a MARC translated reader using the normalizer represented by the
supplied string.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PersonalNamesReader |
| Modifier and Type | Class and Description |
|---|---|
class |
MarcUnprettyXmlReader |
Copyright © 2014 FreeLibrary. All Rights Reserved.