|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
java.lang.Objectjava.util.zip.CRC32
public class CRC32
µ¥ÀÌÅÍ ½ºÆ®¸²ÀÇ CRC-32¸¦ °è»êÇϱâ À§Çؼ »ç¿ëÇϴ Ŭ·¡½ºÀÔ´Ï´Ù.
Checksum
»ý¼ºÀÚ °³¿ä | |
---|---|
CRC32 ()
»õ·Î¿î CRC32 °´Ã¼¸¦ ÀÛ¼ºÇÕ´Ï´Ù. |
¸Þ¼µå °³¿ä | |
---|---|
long |
getValue ()
CRC-32 Ä¡¸¦ ¸®ÅÏÇÕ´Ï´Ù. |
void |
reset ()
CRC-32¸¦ ÃʱⰪ¿¡ ¸®¼Â ÇÕ´Ï´Ù. |
void |
update (byte[] b)
ÁöÁ¤µÈ ¹ÙÀÌÆ® ¹è¿·Î üũ ¼¶À» °»½ÅÇÕ´Ï´Ù. |
void |
update (byte[] b,
int off,
int len)
ÁöÁ¤µÈ ¹ÙÀÌÆ® ¹è¿·Î CRC-32¸¦ °»½ÅÇÕ´Ï´Ù. |
void |
update (int b)
ÁöÁ¤µÈ ¹ÙÀÌÆ®·Î CRC-32¸¦ °»½ÅÇÕ´Ï´Ù. |
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
»ý¼ºÀÚ »ó¼¼ |
---|
public CRC32()
¸Þ¼µåÀÇ »ó¼¼ |
---|
public void update(int b)
Checksum
³»ÀÇ update
b
- üũ ¼¶ÀÇ °»½Å¿¡ »ç¿ëÇÏ´Â ¹ÙÀÌÆ®public void update(byte[] b, int off, int len)
Checksum
³»ÀÇ update
b
- üũ ¼¶ÀÇ °»½Å¿¡ »ç¿ëÇÏ´Â ¹ÙÀÌÆ® ¹è¿off
- µ¥ÀÌÅÍÀÇ °³½Ã ¿ÀÇÁ¼Â(offset)len
- °»½Å¿¡ »ç¿ëÇÏ´Â ¹ÙÀÌÆ®¼öpublic void update(byte[] b)
b
- üũ ¼¶ÀÇ °»½Å¿¡ »ç¿ëÇÏ´Â ¹ÙÀÌÆ® ¹è¿public void reset()
Checksum
³»ÀÇ reset
public long getValue()
Checksum
³»ÀÇ getValue
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.