ORG.oclc.fmts.zbase
Class  WCATbriefMarcFmt
java.lang.Object
  |
  +--ORG.oclc.fmts.ZBaseFormatter
        |
        +--ORG.oclc.fmts.zbase.WCATbriefMarcFmt
- public class WCATbriefMarcFmt
- extends ZBaseFormatter
  
The WCATbriefMarcFmt class creates brief MARC records
 from input WorldCat BER format database records.
- See Also: 
 ZBaseFormatter, 
FormatBerUtil, 
MarcBuilder
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
 
WCATbriefMarcFmt
public WCATbriefMarcFmt()
- Constructs a WCATbriefMarcFmt object.
 
doFormat
public BerString doFormat(DataDir record)
- Formats a single BER record into a MARC record.
- Parameters:
 record - a BER record.- Returns:
 - a MARC record.
 - Overrides:
 - doFormat in class ZBaseFormatter
 
 
 
doFormat
public BerString[] doFormat(BerString[] records)
- Formats an array of BER records into an array of MARC records.
- Parameters:
 records - an array of BER records.- Returns:
 - an array of MARC records.
 - Overrides:
 - doFormat in class ZBaseFormatter