Open SiteSearch 4.1.1
Final

ORG.oclc.fmts.zbase
Class ERICbriefMarcFmt

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

public class ERICbriefMarcFmt
extends ZBaseFormatter

The ERICbriefMarcFmt class creates brief MARC records from input ERIC BER format database records.

See Also:
ZBaseFormatter, FormatBerUtil, MarcBuilder

Fields inherited from class ORG.oclc.fmts.ZBaseFormatter
fieldData, fmtUtil, marcbytes, marcRec, newDir
 
Constructor Summary
ERICbriefMarcFmt()
          Constructs a ERICbriefMarcFmt object.
 
Method Summary
 BerString[] doFormat(BerString[] records)
          Formats an array of BER records into an array of MARC records.
 BerString doFormat(DataDir record)
          Formats a single BER record into a MARC 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

ERICbriefMarcFmt

public ERICbriefMarcFmt()
Constructs a ERICbriefMarcFmt object.
Method Detail

doFormat

public BerString doFormat(DataDir record)
Formats a single BER record into a MARC record.
Parameters:
record - a BER record.
Returns:
a MARC formatted 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 formatted records.
Overrides:
doFormat in class ZBaseFormatter

Open SiteSearch 4.1.1
Final