Class oclc.overcite.ber2txt
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class oclc.overcite.ber2txt

java.lang.Object
   |
   +----oclc.overcite.ber2txt

public class ber2txt
extends Object
ber2txt is a driver to convert a file of BER records to formatted output. Invoke ber2txt with the following flags:
-ffcl_file
File containing fcl description.
-iber_file
File containing BER records.
[-mmaxrecs]
Maximum number of records to process. Default = 32767.
[-nno_labels]
Don't print a label for each record (ie., 'Record number x'). Default = do print a label for each record.
[-rrecord_type]
Only process records whose top fldid matches this value. Default is to match all records. This parameter is repeatable.
[-sskiprecs]
Number of records to skip. Default = 0.
Version:
@(#)ber2txt.java 1.8 06/27/96
Author:
Jenny Colvard
See Also:
FCL, overcite

Method Index

 o main(String[])

Methods

 o main
  public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index