| Package | Description |
|---|---|
| info.freelibrary.marc4j.converter.impl |
Classes for byte and character conversions.
|
| org.marc4j |
Classes to read and write MARC and MARCXML records.
|
| org.marc4j.samples |
Provides MARC4J examples.
|
| Modifier and Type | Field and Description |
|---|---|
protected ErrorHandler |
AnselToUnicode.errorList |
| Constructor and Description |
|---|
AnselToUnicode(ErrorHandler errorList)
Creates a new instance and loads the MARC4J supplied conversion tables based on the official LC tables.
|
AnselToUnicode(ErrorHandler errorList,
boolean loadMultibyte)
Creates a new instance and loads the MARC4J supplied conversion tables based on the official LC tables.
|
| 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.
|
MarcPermissiveStreamReader(InputStream input,
ErrorHandler errors,
boolean convertToUTF8)
Constructs an instance with the specified input stream with possible additional functionality being enabled by
passing in an ErrorHandler object and/or setting convertToUTF8 to true.
|
MarcPermissiveStreamReader(InputStream input,
ErrorHandler errors,
boolean convertToUTF8,
String defaultEncoding)
Constructs an instance with the specified input stream with possible additional functionality being enabled by
setting permissive and/or convertToUTF8 to true.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PermissiveReaderExample.dumpErrors(PrintStream out,
ErrorHandler errorHandler)
Dumps errors from the supplied error handler to the supplied print stream.
|
Copyright © 2014 FreeLibrary. All Rights Reserved.