public interface MarcWriter
Record objects.
See the org.marc4j.marc package Javadoc for more information about
the Record object model.
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the writer.
|
CharConverter |
getConverter()
Returns the character converter.
|
void |
setConverter(CharConverter converter)
Sets the character converter.
|
void |
write(Record record)
Writes a single
Record to the output stream. |
void write(Record record)
Record to the output stream.record - the Record objectvoid setConverter(CharConverter converter)
converter - the character converterCharConverter getConverter()
void close()
Copyright © 2014 FreeLibrary. All Rights Reserved.