public class MD5MD5CRC32FileChecksum extends FileChecksum
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
LENGTH |
| 构造器和说明 |
|---|
MD5MD5CRC32FileChecksum()
Same as this(0, 0, null)
|
MD5MD5CRC32FileChecksum(int bytesPerCRC,
long crcPerBlock,
MD5Hash md5)
Create a MD5FileChecksum
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAlgorithmName()
The checksum algorithm name
|
byte[] |
getBytes()
The value of the checksum in bytes
|
int |
getLength()
The length of the checksum in bytes
|
void |
readFields(DataInput in)
Deserialize the fields of this object from
in. |
String |
toString() |
static MD5MD5CRC32FileChecksum |
valueOf(Attributes attrs)
Return the object represented in the attributes.
|
void |
write(DataOutput out)
Serialize the fields of this object to
out. |
static void |
write(org.znerd.xmlenc.XMLOutputter xml,
MD5MD5CRC32FileChecksum that)
Write that object to xml output.
|
equals, hashCodepublic static final int LENGTH
public MD5MD5CRC32FileChecksum()
public MD5MD5CRC32FileChecksum(int bytesPerCRC,
long crcPerBlock,
MD5Hash md5)
public String getAlgorithmName()
getAlgorithmName 在类中 FileChecksumpublic int getLength()
getLength 在类中 FileChecksumpublic byte[] getBytes()
getBytes 在类中 FileChecksumpublic void readFields(DataInput in) throws IOException
in.
For efficiency, implementations should attempt to re-use storage in the existing object where possible.
in - DataInput to deseriablize this object from.IOExceptionpublic void write(DataOutput out) throws IOException
out.out - DataOuput to serialize this object into.IOExceptionpublic static void write(org.znerd.xmlenc.XMLOutputter xml,
MD5MD5CRC32FileChecksum that)
throws IOException
IOExceptionpublic static MD5MD5CRC32FileChecksum valueOf(Attributes attrs) throws SAXException
SAXExceptionCopyright © 2009 The Apache Software Foundation