public class PublicSuffixListParser
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
parse(java.io.Reader list)
Parses the public suffix list format.
|
public void parse(java.io.Reader list) throws java.io.IOException
list
- the suffix list. The caller is responsible for closing the reader.java.io.IOException
- on error while reading from list