java.util.zip.CRC32翻译

 
JavaTM 2 Platform
Std. Ed. v1.4.2

java.util.zip
Class CRC32

java.lang.Object
  extended byjava.util.zip.CRC32
All Implemented Interfaces:
Checksum

public class CRC32 extends Object implements Checksum

A class that can be used to compute the CRC-32 of a data stream. 用于计算数据流的CRC-32校验和的类。

See Also:
Checksum

Constructor Summary
CRC32()
          Creates a new CRC32 object. 创建一个CRC-32对象。
 
Method Summary
 longgetValue()
          Returns CRC-32 value. 返回CRC-32值。
 voidreset()
          Resets CRC-32 to initial value. 重置CRC-32初始值。
 voidupdate(byte[] b)
          Updates checksum with specified array of bytes. 用指定的字节数组更新校验和。
 voidupdate(byte[] b, int off, int len)
          Updates CRC-32 with specified array of bytes. 用指定的字节数组更新CRC-32。
 voidupdate(int b)
          Updates CRC-32 with specified byte. 用指定的字节更新CRC-32。
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CRC32

public CRC32()
Creates a new CRC32 object. 创建一个CRC-32对象。

Method Detail

update

public void update(int b)
Updates CRC-32 with specified byte. 用指定的字节更新CRC-32。

Specified by:
update in interface Checksum
Parameters:
b - the byte to update the checksum with 用于更新校验和的字节

update

public void update(byte[] b,
                   int off,
                   int len)
Updates CRC-32 with specified array of bytes. 用指定的字节数组更新CRC-32。

Specified by:
update in interface Checksum
Parameters:
b - the byte array to update the checksum with 用于更新校验和的字节数组
off - the start offset of the data 数据起始偏移
len - the number of bytes to use for the update 用于更新的字节数

update

public void update(byte[] b)
Updates checksum with specified array of bytes. 用指定的字节数组更新校验和。

Parameters:
b - the array of bytes to update the checksum with 用于更新校验和的字节数组

reset

public void reset()
Resets CRC-32 to initial value. 重置CRC-32初始值。

Specified by:
reset in interface Checksum

getValue

public long getValue()
Returns CRC-32 value. 返回CRC-32值。

Specified by:
getValue in interface Checksum
Returns:
the current checksum value 当前校验和的值

JavaTM 2 Platform
Std. Ed. v1.4.2

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation . That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值