Uses of Class
org.marc4j.ErrorHandler

Packages that use ErrorHandler
org.marc4j Classes to read and write MARC and MARCXML records. 
org.marc4j.converter.impl Classes for byte and character conversions. 
 

Uses of ErrorHandler in org.marc4j
 

Constructors in org.marc4j with parameters of type ErrorHandler
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.
 

Uses of ErrorHandler in org.marc4j.converter.impl
 

Fields in org.marc4j.converter.impl declared as ErrorHandler
protected  ErrorHandler AnselToUnicode.errorList
           
 

Constructors in org.marc4j.converter.impl with parameters of type ErrorHandler
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.
 



Copyright © 2002-2006 Bas Peters. All Rights Reserved.