|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--tools.CommentedFile
Legge files di testo una riga per volta.
Per ogni linea scarta tutti i caratteri dopo un '#'.
Scarta le linee vuote.
Constructor Summary | |
CommentedFile()
Costruisce un CommentedFile senza associarlo ad un file. |
|
CommentedFile(java.lang.String _nomeFile)
Apre un file per la lettura. |
Method Summary | |
void |
close()
Chiude il file. |
java.lang.String |
getFileName()
Restituisce il nome del file. |
int |
getLineNumber()
Restituisce il numero di linea. |
boolean |
isOpen()
true sse il file e' aperto. |
boolean |
open(java.lang.String _nomeFile)
Apre un file per la lettura. |
java.lang.String |
readLine()
Legge una linea del file. |
java.lang.String |
readLine(boolean trim)
Legge una linea del file. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public CommentedFile(java.lang.String _nomeFile)
public CommentedFile()
Method Detail |
public boolean isOpen()
public int getLineNumber()
public java.lang.String getFileName()
public boolean open(java.lang.String _nomeFile)
_nomeFile
- nome del file da aprire.public java.lang.String readLine(boolean trim)
Se il file e' terminato lo chiude e restituisce null.
Restutuisce null anche in caso di errore.
trim
- se true elimina gli spazi in testa ed in coda alla stringa letta.public java.lang.String readLine()
readLine(boolean)
public void close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |