Uses of Class
de.vxart.zipupdate.Resource

Packages that use Resource
de.vxart.zipupdate   
 

Uses of Resource in de.vxart.zipupdate
 

Methods in de.vxart.zipupdate that return types with arguments of type Resource
 java.util.Iterator<Resource> UpdateLocation.getData(java.util.Map<Resource,java.lang.String> diff)
          Provides an Iterator over any remote Resources that are flagged as ADD or UPDATE.
 java.util.Set<Resource> UpdateLocation.getResources()
          Fetches the resources available from this UpdateLocation
static java.util.Map<Resource,java.lang.Long> Indexer.parseZipFile(java.io.File archive)
          Manually parses a ZIP file without using any classes from java.util.zip.* to create a list of minimal Resources in the ZIP file including the end offsets of those entries.
 

Method parameters in de.vxart.zipupdate with type arguments of type Resource
 void UpdateLocation.fetchData(java.util.Map<Resource,java.lang.String> diff)
          Fetches any data required by the specified diff into a temporary cache.
 java.util.Iterator<Resource> UpdateLocation.getData(java.util.Map<Resource,java.lang.String> diff)
          Provides an Iterator over any remote Resources that are flagged as ADD or UPDATE.