|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.util.COBSUtil
For implementation details, please see: http://www.acm.org/sigcomm/sigcomm97/papers/p062.pdf
Constructor Summary | |
COBSUtil()
|
Method Summary | |
static byte[] |
cobsDecode(byte[] src)
Decode a COBS-encoded byte array. |
static byte[] |
cobsEncode(byte[] src)
Encode a byte array with COBS. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public COBSUtil()
Method Detail |
public static byte[] cobsEncode(byte[] src) throws java.io.IOException
java.io.IOException
public static byte[] cobsDecode(byte[] src) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |