Open SiteSearch 4.1.1
Final

ORG.oclc.fmts
Class ber2marc

java.lang.Object
  |
  +--ORG.oclc.fmts.ber2marc

public class ber2marc
extends Object

The ber2marc class is a test driver that converts BER records to a MARC formatted output.

ber2marc usage:

-cclassFile
Java class executed to format Marc records from BER records.
-iber_file
File containing input BER records.
[-mmaxrecs]
Maximum number of records to process. Default = 32767.
[-n]
Don't print a label for each record (ie., 'Record number x'). Default is print a label for each record.
[-sskiprecs]
Number of records to skip. Default = 0.


Method Summary
static void main(String[] args)
          Executes the ber2marc class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
Executes the ber2marc class.
Parameters:
args[] - the arguments passed into the class.

Open SiteSearch 4.1.1
Final