|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLector
public class Lector
Clase encargada de la lectura de Archivos.
Constructor Summary | |
---|---|
Lector()
|
Method Summary | |
---|---|
static java.util.Vector<java.lang.String> |
leer(boolean a)
Método diseñado para leer 2 archivos, vina.txt o valpo.txt, la selección de estos archivos se determinan con el parámetro a. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Lector()
Method Detail |
---|
public static java.util.Vector<java.lang.String> leer(boolean a) throws java.io.IOException
a
- Si a es uno se lee vina.txt, si es 0 se lee valpo.txt
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |