Open SiteSearch 4.1.1
Final

ORG.oclc.fmts
Class ber2txt

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

public class ber2txt
extends Object

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

ber2txt usage:

-cclassFile OR -cIniFile config file
Java class executed to format BER records implementing WebzFormatter OR the inifile for using the RulesBasedDisplayGenerator
-t
The format type when using the IniFile. This is the section name in the inifile describing the format to generate
-dIniFile Root directory
the inifile root directory such as /ini
-iber_file
File containing input 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 is print a label for each record.
[-rrecord_type]
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.


Method Summary
static void main(String[] args)
          Executes the ber2txt 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 ber2txt class.
Parameters:
args[] - the arguments passed into the class.

Open SiteSearch 4.1.1
Final