|
|||||||||
| Home >> All >> plugins >> IcqEngine >> [ protocol overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
plugins.IcqEngine.protocol
Class ByteDecoder

java.lang.Objectplugins.IcqEngine.protocol.ByteDecoder
- public class ByteDecoder
- extends java.lang.Object
| Constructor Summary | |
ByteDecoder()
Creates a new instance of IntDecoder |
|
| Method Summary | |
static int |
decodeHex(byte[] b,
int from,
int to)
|
static int |
decodeInt(byte[] b,
int from,
int to)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
ByteDecoder
public ByteDecoder()
- Creates a new instance of IntDecoder
| Method Detail |
decodeInt
public static int decodeInt(byte[] b,
int from,
int to)
decodeHex
public static int decodeHex(byte[] b,
int from,
int to)
|
|||||||||
| Home >> All >> plugins >> IcqEngine >> [ protocol overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
plugins.IcqEngine.protocol.ByteDecoder