Uses of Interface
net.sf.uadetector.datareader.DataReader

Packages that use DataReader
net.sf.uadetector.datareader Copyright 2012 André Rouél Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
net.sf.uadetector.datastore Copyright 2012 André Rouél Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
 

Uses of DataReader in net.sf.uadetector.datareader
 

Classes in net.sf.uadetector.datareader that implement DataReader
 class XmlDataReader
          Reader for the XML data for UASparser from http://user-agent-string.info.
 

Uses of DataReader in net.sf.uadetector.datastore
 

Methods in net.sf.uadetector.datastore that return DataReader
 DataReader DataStore.getDataReader()
          Gets the data reader to read in UAS data.
 DataReader AbstractRefreshableDataStore.getDataReader()
           
 DataReader AbstractDataStore.getDataReader()
           
 

Methods in net.sf.uadetector.datastore with parameters of type DataReader
protected static Data AbstractDataStore.readData(DataReader reader, java.net.URL url, java.nio.charset.Charset charset)
          This method reads the given URL by using an DataReader.
 

Constructors in net.sf.uadetector.datastore with parameters of type DataReader
AbstractDataStore(Data data, DataReader reader, java.net.URL dataUrl, java.net.URL versionUrl, java.nio.charset.Charset charset)
          Constructs an new instance of AbstractDataStore.
AbstractDataStore(DataReader reader, java.lang.String dataUrl, java.lang.String versionUrl, java.nio.charset.Charset charset)
          Constructs an AbstractDataStore by reading the given dataUrl as UAS data.
AbstractDataStore(DataReader reader, java.net.URL dataUrl, java.net.URL versionUrl, java.nio.charset.Charset charset)
          Constructs an AbstractDataStore by reading the given dataUrl as UAS data.
AbstractRefreshableDataStore(DataReader reader, java.lang.String dataUrl, java.lang.String versionUrl, java.nio.charset.Charset charset, DataStore fallback)
          Constructs an AbstractDataStore by reading the given dataUrl as UAS data.
AbstractRefreshableDataStore(DataReader reader, java.net.URL dataUrl, java.net.URL versionUrl, java.nio.charset.Charset charset, DataStore fallback)
          Constructs an AbstractDataStore by reading the given dataUrl as UAS data.
 



Copyright © 2011-2014. All Rights Reserved.