|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xbill.DNS.Master
A DNS master file parser. This incrementally parses the file, returning one record at a time. When directives are seen, they are added to the state and used when parsing future records.
| Constructor Summary | |
Master(InputStream in)
Begins parsing from an input reader |
|
Master(InputStream in,
Name defaultOrigin)
Begins parsing from an input stream with an initial origin |
|
Master(String filename)
Begins parsing the specified file |
|
Master(String filename,
Name origin)
Begins parsing the specified file with an initial origin |
|
| Method Summary | |
Record |
nextRecord()
Returns the next record in the master file |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Master(String filename,
Name origin)
throws IOException
public Master(String filename)
throws IOException
public Master(InputStream in,
Name defaultOrigin)
public Master(InputStream in)
| Method Detail |
public Record nextRecord()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||