Class Entry
java.lang.Object
com.frostwire.jlibtorrent.Entry
The Entry class represents one node in a bencoded hierarchy. It works as a
variant type, it can be either a list, a dictionary, an integer
or a string.
-
Constructor Details
-
Entry
-
Entry
-
Entry
public Entry(long n)
-
-
Method Details
-
swig
-
bencode
public byte[] bencode() -
string
-
integer
public long integer() -
list
-
dictionary
-
toString
-
bdecode
-
bdecode
- Throws:
IOException
-
fromList
-
fromMap
-