Open SiteSearch 4.1.1
Final

ORG.oclc.fmts.zbase
Class WCATbriefBerFmt

java.lang.Object
  |
  +--ORG.oclc.fmts.ZBaseFormatter
        |
        +--ORG.oclc.fmts.zbase.WCATbriefBerFmt

public class WCATbriefBerFmt
extends ZBaseFormatter

The WCATbriefBerFmt class creates brief (small) BER records from input full WorldCat records that are returned on a request for brief BER records.

See Also:
ZBaseFormatter, FormatBerUtil, MarcBuilder

Fields inherited from class ORG.oclc.fmts.ZBaseFormatter
fieldData, fmtUtil, marcbytes, marcRec, newDir
 
Constructor Summary
WCATbriefBerFmt()
          Constructs a WCATbriefBerFmt object.
 
Method Summary
 BerString[] doFormat(BerString[] records)
          Formats an array of BER records into an array of MARC tagged BER records.
 BerString doFormat(DataDir record)
          Formats a single BER record into a MARC tagged BER record.
 
Methods inherited from class ORG.oclc.fmts.ZBaseFormatter
buildTextRecord, makeMarcBerString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WCATbriefBerFmt

public WCATbriefBerFmt()
Constructs a WCATbriefBerFmt object.
Method Detail

doFormat

public BerString doFormat(DataDir record)
Formats a single BER record into a MARC tagged BER record.
Parameters:
record - a BER record.
Returns:
a BER record with MARC tags.
Overrides:
doFormat in class ZBaseFormatter

doFormat

public BerString[] doFormat(BerString[] records)
Formats an array of BER records into an array of MARC tagged BER records.
Parameters:
records - an array of BER records.
Returns:
an array of BER records with MARC tags.
Overrides:
doFormat in class ZBaseFormatter

Open SiteSearch 4.1.1
Final