Class CdrPipeline


  • public class CdrPipeline
    extends Object
    Command line tool that allows custom processing of binary CDR files. Invoke with no parameters to print help and usage information.
    • Constructor Detail

      • CdrPipeline

        public CdrPipeline()
    • Method Detail

      • main

        public static void main​(String[] args)
        Program entry point.
        Parameters:
        args - command line arguments.
      • mainReturnStatusCode

        public static int mainReturnStatusCode​(String[] args)
        This method is equivalent to main(String[]). The difference is that this method does not call System.exit(int) to set status code, the status code is returned from the method. The nonzero status code indicates error during processing.
        Parameters:
        args - command line arguments.
        Returns:
        0 if success, nonzero value (1) otherwise.