Crc32

Inheritance: java.lang.Object

public class Crc32

Constructors

Constructor Description
Crc32()

Methods

Method Description
equals(Object arg0)
genCrc32(byte[] aBuffer)
genCrc32(ByteBitmap aBitmap)
genCrc32(Integer[] aBuffer)
genCrc32_Rename_Namesake(byte[] aBuffer)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Crc32()

public Crc32()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

genCrc32(byte[] aBuffer)

public static long genCrc32(byte[] aBuffer)

Parameters:

Parameter Type Description
aBuffer byte[]

Returns: long

genCrc32(ByteBitmap aBitmap)

public static long genCrc32(ByteBitmap aBitmap)

Parameters:

Parameter Type Description
aBitmap ByteBitmap

Returns: long

genCrc32(Integer[] aBuffer)

public static long genCrc32(Integer[] aBuffer)

Parameters:

Parameter Type Description
aBuffer java.lang.Integer[]

Returns: long

genCrc32_Rename_Namesake(byte[] aBuffer)

public static long genCrc32_Rename_Namesake(byte[] aBuffer)

Parameters:

Parameter Type Description
aBuffer byte[]

Returns: long

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int