SDDS.apps
Class sddsconvert

java.lang.Object
  |
  +--SDDS.apps.sddsconvert

class sddsconvert
extends java.lang.Object

This program is used to convert SDDS files between ASCII and binary, and to filter out unwanted columns and/or rows.

usage: java sddsconvert [-pipe[={'input' | 'output'}]
[<source-file>] [<target-file>]
[{-binary | -ascii}]
[-endianOut={'big'|'little'}] [-endianIn={'big'|'little'}]
[-description=<text>,<contents>]
[-fromPage=<pageNumber>] [-toPage=<pageNumber>]
[-delete={'column' | 'parameter'},<matching-string>[,...]]
[-retain={'column' | 'parameter'},<matching-string>[,...]]
[-rename={'column' | 'parameter'},<oldname>=<newname>[,...]]
[-nowarnings]

-binary The output file will be written in binary format
-ascii The output file will be written in ASCII format
-endianOut The output file will be written in big or little endian
-endianIn The input file will be read in big or little endian
-description Add the text and contents to the description of the output file
-fromPage First page in input file to write to output file
-toPage Last page in input file to write to output file
-delete Delete the column(s) or parameter(s) from output file
-retain Retain the column(s) or parameter(s) in the output file
-rename Rename the column(s) or parameter(s) in the output file
-nowarnings Do not warn if existing file will be replaced

Since:
JDK 1.2
Version:
1.0 (November 23, 1999)
Author:
Robert Soliday soliday@aps.anl.gov

Constructor Summary
(package private) sddsconvert()
           
 
Method Summary
static void main(java.lang.String[] args)
           
(package private) static void printUsage()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

sddsconvert

sddsconvert()
Method Detail

printUsage

static void printUsage()

main

public static void main(java.lang.String[] args)