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