java.util.zip.Adler32翻译

王朝java/jsp·作者佚名  2006-01-09
宽屏版  字体: |||超大  

[/url] [url=file:///F:/资料/文字资料/j2sdk-1_4_2-doc/docs/api/overview-summary.html]Overview

Package

Class

Use

Tree

Deprecated

Index

Help

JavaTM 2 Platform

Std. Ed. v1.4.2

PREV CLASS NEXT CLASS

FRAMES NO FRAMES All Classes

SUMMARY: NESTED | FIELD | CONSTR | METHOD

DETAIL: FIELD | CONSTR | METHOD

java.util.zip

Class Adler32java.lang.Object

java.util.zip.Adler32

All Implemented Interfaces: Checksum public class Adler32 extends Object implements ChecksumA class that can be used to compute the Adler-32 checksum of a data stream. An Adler-32 checksum is almost as reliable as a CRC-32 but can be computed much faster. 用于计算数据流的Adler-32校验和的类。Adler-32校验和几乎同CRC-32一样可靠但计算起来更快。

See Also: ChecksumConstructor Summary

Adler32()

Creates a new Adler32 object. 创建一个Adler32对象。

Method Summary

long

getValue()

Returns checksum value. 返回校验和的值。

void

reset()

Resets checksum to initial value. 重置校验和为初始值。

void

)]update(byte[] b)

Updates checksum with specified array of bytes. 用指定的字节数组更新校验和。

void

,]update(byte[] b, int off, int len)

Updates checksum with specified array of bytes. 用指定的字节数组更新校验和。

void

update(int b)

Updates checksum with specified byte. 用指定的字节更新校验和。

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

Adler32public Adler32()

Creates a new Adler32 object. 创建一个Adler32对象。

Method Detail

updatepublic void update(int b)

Updates checksum with specified byte. 用指定的字节更新校验和。

Specified by: update in interface ChecksumParameters: b - an array of bytes(有误)用于更新校验和的字节updatepublic void update(byte[] b,

int off,

int len)

Updates checksum with specified array of bytes. 用指定的字节数组更新校验和。

Specified by: ,]update in interface ChecksumParameters: 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 用于更新的字节数 updatepublic void update(byte[] b)

Updates checksum with specified array of bytes. 用指定的字节数组更新校验和。

resetpublic void reset()

Resets checksum to initial value. 重置校验和为初始值。

Specified by: reset in interface ChecksumgetValuepublic long getValue()

Returns checksum value. 返回校验和的值。

Specified by: getValue in interface ChecksumReturns: the current checksum value 当前校验和的值 [/url][url=file:///F:/资料/文字资料/j2sdk-1_4_2-doc/docs/api/overview-summary.html]Overview

Package

Class

Use

Tree

Deprecated

Index

Help

JavaTM 2 Platform

Std. Ed. v1.4.2

PREV CLASS NEXT CLASS

FRAMES NO FRAMES All Classes

SUMMARY: NESTED | FIELD | CONSTR | METHOD

DETAIL: FIELD | CONSTR | METHOD

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.

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
© 2005- 王朝网络 版权所有