public class UserAgentFileParser extends Object
| Modifier and Type | Method and Description |
|---|---|
static UserAgentParser |
parse(Reader input,
Collection<BrowsCapField> fields)
Parses a csv stream of rules.
|
public static UserAgentParser parse(Reader input, Collection<BrowsCapField> fields) throws IOException, ParseException
input - The input streamfields - The fields that should be stored during parsingIOException - If reading the stream failed.ParseExceptionCopyright © 2023. All rights reserved.