|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MarcWriter
Implement this interface to provide a writer for Record
objects.
See the org.marc4j.marc
package Javadoc for more information
about the Record
object model.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void write(Record record)
Record
to the output stream.
record
- the Record objectvoid setConverter(CharConverter converter)
converter
- the character converterCharConverter getConverter()
void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |