| Modifier and Type | Method and Description |
|---|---|
byte[] |
BEncodedValue.getBytes()
Returns this BEValue as a byte[].
|
int |
BEncodedValue.getInt()
Returns this BEValue as int.
|
List<BEncodedValue> |
BEncodedValue.getList()
Returns this BEValue as a List of BEValues.
|
long |
BEncodedValue.getLong()
Returns this BEValue as long.
|
Map<String,BEncodedValue> |
BEncodedValue.getMap()
Returns this BEValue as a Map of String keys and BEValue values.
|
Number |
BEncodedValue.getNumber()
Returns this BEValue as a Number.
|
short |
BEncodedValue.getShort()
Returns this BEValue as short.
|
String |
BEncodedValue.getString()
Returns this BEValue as a String, interpreted as UTF-8.
|
String |
BEncodedValue.getString(String encoding)
Returns this BEValue as a String, interpreted with the specified
encoding.
|
Copyright © 2016. All rights reserved.