Uses of Interface
com.threerings.getdown.util.ProgressObserver

Packages that use ProgressObserver
com.threerings.getdown.data   
com.threerings.getdown.tools   
com.threerings.getdown.util   
 

Uses of ProgressObserver in com.threerings.getdown.data
 

Methods in com.threerings.getdown.data with parameters of type ProgressObserver
static String Resource.computeDigest(File target, MessageDigest md, ProgressObserver obs)
          Computes the MD5 hash of the supplied file.
 String Resource.computeDigest(MessageDigest md, ProgressObserver obs)
          Computes the MD5 hash of this resource's underlying file.
 void Application.unpackResources(ProgressObserver obs, Set<Resource> unpacked)
          Unpacks the resources that require it (we know that they're valid).
 boolean Digest.validateResource(Resource resource, ProgressObserver obs)
          Computes the MD5 hash of the specified resource and compares it with the value parsed from the digest file.
 List<Resource> Application.verifyResources(ProgressObserver obs, int[] alreadyValid, Set<Resource> unpacked)
          Verifies the code and media resources associated with this application.
 

Uses of ProgressObserver in com.threerings.getdown.tools
 

Methods in com.threerings.getdown.tools with parameters of type ProgressObserver
 void Patcher.patch(File appdir, File patch, ProgressObserver obs)
          Applies the specified patch file to the application living in the specified application directory.
 void JarDiffPatcher.patchJar(String jarPath, String diffPath, OutputStream target, ProgressObserver observer)
          Patches the specified jar file using the supplied patch file and writing the new jar file to the supplied target.
 

Uses of ProgressObserver in com.threerings.getdown.util
 

Classes in com.threerings.getdown.util that implement ProgressObserver
 class MetaProgressObserver
          Accumulates the progress from a number of elements into a single smoothly progressing progress.
 

Constructors in com.threerings.getdown.util with parameters of type ProgressObserver
MetaProgressObserver(ProgressObserver target, long totalSize)
           
 



Copyright © 2013. All Rights Reserved.