| HostsFileEntriesProvider | HostsFileEntriesProvider.Parser. parse() | Parses the hosts file at standard OS location using the system default Charsetfor decoding. | 
| HostsFileEntriesProvider | HostsFileEntriesProvider.Parser. parse(java.io.File file,
     java.nio.charset.Charset... charsets) | Parses the provided hosts file using the given Charsets one after another until
 parse something or none is left. | 
| HostsFileEntriesProvider | HostsFileEntriesProvider.Parser. parse(java.io.Reader reader) | Performs the parsing operation using the provided reader of hosts file format. | 
| HostsFileEntriesProvider | HostsFileEntriesProvider.Parser. parse(java.nio.charset.Charset... charsets) | Parses the hosts file at standard OS location using the given Charsets one after another until
 parse something or none is left. | 
| HostsFileEntriesProvider | HostsFileEntriesProvider.Parser. parseSilently() | Parses the hosts file at standard OS location using the system default Charsetfor decoding. | 
| HostsFileEntriesProvider | HostsFileEntriesProvider.Parser. parseSilently(java.io.File file,
             java.nio.charset.Charset... charsets) | Parses the provided hosts file using the given Charsets one after another until
 parse something or none is left. | 
| HostsFileEntriesProvider | HostsFileEntriesProvider.Parser. parseSilently(java.nio.charset.Charset... charsets) | Parses the hosts file at standard OS location using the given Charsets one after another until
 parse something or none is left. |