Class PvoTabProperties

java.lang.Object
  extended by PvoTabProperties

public class PvoTabProperties
extends java.lang.Object

PvoTabProperties 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.
        SKIP_ROWS  = [integer] The the number of rows in the beginning of the file to skip.
      
defaults:
        SKIP_ROWS = 0
      
returns:
      

Since:
1.0

Constructor Summary
PvoTabProperties()
           
 
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

PvoTabProperties

public PvoTabProperties()
Method Detail

main

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