Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

plugins.IcqEngine.protocol
Class ByteDecoder  view ByteDecoder download ByteDecoder.java

java.lang.Object
  extended byplugins.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)