|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.sc.seis.seisFile.syncFile.SyncFileReader
public class SyncFileReader
Constructor Summary | |
---|---|
SyncFileReader(java.io.BufferedReader in)
|
|
SyncFileReader(java.io.File inFile)
|
|
SyncFileReader(java.lang.String filename)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
SyncLine |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SyncFileReader(java.lang.String filename) throws java.io.IOException
java.io.IOException
public SyncFileReader(java.io.File inFile) throws java.io.IOException
java.io.IOException
public SyncFileReader(java.io.BufferedReader in) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<SyncLine>
public SyncLine next()
next
in interface java.util.Iterator<SyncLine>
public void remove()
remove
in interface java.util.Iterator<SyncLine>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |