com.karmasphere.share.bencode
Class BDecoder
java.lang.Object
com.karmasphere.share.bencode.BDecoder
public final class BDecoder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BDecoder
public BDecoder()
decode
public Object decode(byte[] b)
throws BException
- Throws:
BException
decode
public Object decode(byte[] b,
int offset,
int length)
throws BException
- Throws:
BException
decode
public Object decode(ByteBuffer buf)
throws BException
- Throws:
BException
Copyright © 2004-2005 Karamsphere. All Rights Reserved.