Class TabStartStop

java.lang.Object
  extended by TabStartStop

public class TabStartStop
extends java.lang.Object

TabStartStop is a function that will return the first and last values in the table you give, between the bytes you give. parameters are:

        TABLE      = [character string] The location of the file.
        START_BYTE = [integer] The byte The column starts on (indexed from 1).
        STOP_BYTE  = [integer] The byte The column ends on (indexed from 1).
        FIRST      = [character string] The parameter to set the first value to.
        LAST       = [character string] The parameter to set the last value to.
        SKIP_ROWS  = [integer] The the number of rows in the beginning of the file to skip.
      
defaults:
        SKIP_ROWS = 0
      
returns:
        $FIRST = first value
        $LAST = last value
      

Since:
1.0

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

Constructor Detail

TabStartStop

public TabStartStop()
Method Detail

main

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