class NetDBParser extends java.lang.Object implements java.lang.Iterable<NetDBEntry>, java.io.Closeable
Modifier and Type | Field and Description |
---|---|
private java.io.Reader |
reader |
Constructor and Description |
---|
NetDBParser(java.io.Reader r) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.util.Iterator<NetDBEntry> |
iterator() |
public java.util.Iterator<NetDBEntry> iterator()
iterator
in interface java.lang.Iterable<NetDBEntry>
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
java.io.IOException