Class PublicSuffixListParser

    • Method Detail

      • parse

        public void parse​(Reader reader)
                   throws IOException
        Deprecated.
        Parses the public suffix list format. When creating the reader from the file, make sure to use the correct encoding (the original list is in UTF-8).
        Parameters:
        reader - the suffix list. The caller is responsible for closing the reader.
        Throws:
        IOException - on error while reading from list