| Package | Description |
|---|---|
| info.freelibrary.marc4j.converter.impl |
Classes for byte and character conversions.
|
| org.marc4j |
Classes to read and write MARC and MARCXML records.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnselToUnicode
A utility to convert MARC-8 data to non-precomposed UCS/Unicode.
|
class |
Iso5426ToUnicode
A utility to convert UNIMARC data to UCS/Unicode.
|
class |
Iso6937ToUnicode
A utility to convert ISO 6937 data to UCS/Unicode.
|
class |
UnicodeToAnsel
A utility to convert UCS/Unicode data to MARC-8.
|
class |
UnicodeToIso5426
A utility to convert UCS/Unicode data to UNIMARC (ISO 5426 charset).
|
class |
UnicodeToIso6937
A utility to convert UCS/Unicode data to ISO 6937.
|
| Modifier and Type | Method and Description |
|---|---|
CharConverter |
MarcJsonWriter.getConverter()
Returns the character converter.
|
CharConverter |
MarcXmlWriter.getConverter()
Returns the character converter.
|
CharConverter |
MarcStreamWriter.getConverter()
Returns the character converter.
|
CharConverter |
MarcWriter.getConverter()
Returns the character converter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MarcJsonWriter.setConverter(CharConverter converter)
Sets the character converter.
|
void |
MarcXmlWriter.setConverter(CharConverter converter)
Sets the character converter.
|
void |
MarcStreamWriter.setConverter(CharConverter converter)
Sets the character converter.
|
void |
MarcWriter.setConverter(CharConverter converter)
Sets the character converter.
|
| Constructor and Description |
|---|
MarcJsonWriter(OutputStream os,
CharConverter conv)
|
MarcJsonWriter(OutputStream os,
CharConverter conv,
int jsonFormat)
Creates a
MarcJsonWriter with the supplied OutputStream
using the specified CharConverter to write using the specified
JSON format. |
Copyright © 2014 FreeLibrary. All Rights Reserved.