HomeSort by relevance Sort by last modified time
    Searched defs:Checksum (Results 1 - 9 of 9) sorted by null

  /libcore/luni/src/main/java/java/util/zip/
Checksum.java 21 * Holds information about a checksum which was computed with the methods
22 * implementing a checksum algorithm.
24 public interface Checksum {
27 * Returns the current calculated checksum value.
29 * @return the checksum.
34 * Resets the checksum value applied before beginning calculations on a new
40 * Updates the checksum with the given bytes.
52 * Updates the checksum value with the given byte.
55 * the byte to update the checksum with.
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 317 milliseconds