- getBytes() - Method in class be.adaxisoft.bencode.BEncodedValue
-
Returns this BEValue as a byte[].
- getInt() - Method in class be.adaxisoft.bencode.BEncodedValue
-
Returns this BEValue as int.
- getList() - Method in class be.adaxisoft.bencode.BEncodedValue
-
Returns this BEValue as a List of BEValues.
- getLong() - Method in class be.adaxisoft.bencode.BEncodedValue
-
Returns this BEValue as long.
- getMap() - Method in class be.adaxisoft.bencode.BEncodedValue
-
Returns this BEValue as a Map of String keys and BEValue values.
- getNumber() - Method in class be.adaxisoft.bencode.BEncodedValue
-
Returns this BEValue as a Number.
- getShort() - Method in class be.adaxisoft.bencode.BEncodedValue
-
Returns this BEValue as short.
- getString() - Method in class be.adaxisoft.bencode.BEncodedValue
-
Returns this BEValue as a String, interpreted as UTF-8.
- getString(String) - Method in class be.adaxisoft.bencode.BEncodedValue
-
Returns this BEValue as a String, interpreted with the specified
encoding.
- getValue() - Method in class be.adaxisoft.bencode.BEncodedValue
-