PublicSuffixListParser.@Contract(threading=IMMUTABLE)
@Deprecated
public class PublicSuffixListParser
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
void |
parse(java.io.Reader reader) |
Deprecated.
Parses the public suffix list format.
|
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