public abstract class FileChecksum extends Object implements Writable
构造器和说明 |
---|
FileChecksum() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
equals(Object other)
Return true if both the algorithms and the values are the same.
|
abstract String |
getAlgorithmName()
The checksum algorithm name
|
abstract byte[] |
getBytes()
The value of the checksum in bytes
|
abstract int |
getLength()
The length of the checksum in bytes
|
int |
hashCode() |
readFields, write
public abstract String getAlgorithmName()
public abstract int getLength()
public abstract byte[] getBytes()
public boolean equals(Object other)
Copyright © 2009 The Apache Software Foundation