|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object | +--workspace.Adler32
| フィールドの概要 | |
private static int |
BASE
|
private static int |
NMAX
|
private int |
value
|
| コンストラクタの概要 | |
Adler32()
|
|
| メソッドの概要 | |
long |
getValue()
Returns current checksum value. |
void |
reset()
Reset Adler-32 checksum to initial value. |
void |
update(byte[] b,
int off,
int len)
Update current Adler-32 checksum given the specified byte array. |
void |
update(int b)
Update current Adler-32 checksum given the specified byte. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
private int value
private static final int BASE
private static final int NMAX
| コンストラクタの詳細 |
public Adler32()
| メソッドの詳細 |
public void update(int b)
Checksum 内の update
public void update(byte[] b,
int off,
int len)
Checksum 内の updatepublic void reset()
Checksum 内の resetpublic long getValue()
Checksum 内の getValue
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||