Class LoadFromFile

java.lang.Object
  |
  +--LoadFromFile

public class LoadFromFile
extends java.lang.Object


Method Summary
 void getData(java.util.Vector v)
          Loads data froma text file to a vector
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getData

public void getData(java.util.Vector v)
Loads data froma text file to a vector
Parameters:
v - the vector that will contain the integers read.