|
JCaosLib V1.4.4.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dreamsecurity.jcaos.util.ByteUtil
byte[] ŸÀÔÀÇ µ¥ÀÌÅ͸¦ ó¸®Çϱâ À§ÇÑ Å¬·¡½ºÀÌ´Ù.
Method Summary | |
static byte[] |
concat(byte[] a,
byte[] b)
µÎ°³ÀÇ byte[] ŸÀÔÀÇ µ¥ÀÌÅ͸¦ ¿¬°áÇÑ´Ù. |
static byte[] |
concat(byte[] a,
int a_offset,
int a_length,
byte[] b,
int b_offset,
int b_length)
µÎ°³ÀÇ byte[] ŸÀÔÀÇ µ¥ÀÌÅ͸¦ ¿¬°áÇÑ´Ù. |
static boolean |
equals(byte[] a,
byte[] b)
byte[] ŸÀÔÀÇ µÎ µ¥ÀÌÅ͸¦ ºñ±³ÇÑ´Ù. |
static boolean |
equals(byte[] a,
int a_offset,
byte[] b,
int b_offset,
int length)
byte[] ŸÀÔÀÇ µÎ µ¥ÀÌÅ͸¦ ºñ±³ÇÑ´Ù. |
static byte[] |
subBytes(byte[] data,
int beginIndex)
ºÎºÐ µ¥ÀÌÅ͸¦ ¸®ÅÏÇÑ´Ù. |
static byte[] |
subBytes(byte[] data,
int beginIndex,
int endIndex)
ºÎºÐ µ¥ÀÌÅ͸¦ ¸®ÅÏÇÑ´Ù. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static byte[] concat(byte[] a, byte[] b)
a
- byte[] ŸÀÔÀÇ µ¥ÀÌÅÍ1b
- byte[] ŸÀÔÀÇ µ¥ÀÌÅÍ2
public static byte[] concat(byte[] a, int a_offset, int a_length, byte[] b, int b_offset, int b_length)
a
- byte[] ŸÀÔÀÇ µ¥ÀÌÅÍ1a_offset
- ¿¬°áÇÒ µ¥ÀÌÅÍ aÀÇ ½ÃÀÛ À§Ä¡a_length
- ¿¬°áÇÒ µ¥ÀÌÅÍ aÀÇ ±æÀÌb
- byte[] ŸÀÔÀÇ µ¥ÀÌÅÍ2b_offset
- ¿¬°áÇÒ µ¥ÀÌÅÍ bÀÇ ½ÃÀÛ À§Ä¡b_length
- ¿¬°áÇÒ µ¥ÀÌÅÍ bÀÇ ±æÀÌ
public static boolean equals(byte[] a, byte[] b)
a
- byte[] ŸÀÔÀÇ Å×ÀÌÅÍ1b
- byte[] ŸÀÔÀÇ µ¥ÀÌÅÍ2
public static boolean equals(byte[] a, int a_offset, byte[] b, int b_offset, int length)
a
- byte[] ŸÀÔÀÇ µ¥ÀÌÅÍ1a_offset
- ºñ±³ÇÒ a µ¥ÀÌÅÍÀÇ ½ÃÀÛ À§Ä¡b
- byte[] ŸÀÔÀÇ µ¥ÀÌÅÍ2b_offset
- ºñ±³ÇÒ b µ¥ÀÌÅÍÀÇ ½ÃÀÛ À§Ä¡length
- ºñ±³ÇÒ µ¥ÀÌÅÍÀÇ ±æÀÌ
public static byte[] subBytes(byte[] data, int beginIndex)
data
- µ¥ÀÌÅÍbeginIndex
- ½ÃÀÛ ÁöÁ¡
public static byte[] subBytes(byte[] data, int beginIndex, int endIndex)
data
- µ¥ÀÌÅÍbeginIndex
- ½ÃÀÛ ÁöÁ¡endIndex
- ¸¶Áö¸· ÁöÁ¡
|
JCaosLib V1.4.4.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |