B D E G I S 

B

bdecode(ByteBuffer) - Static method in class be.adaxisoft.bencode.BDecoder
Decode a B-encoded byte buffer.
BDecoder - Class in be.adaxisoft.bencode
B-encoding decoder.
BDecoder(InputStream) - Constructor for class be.adaxisoft.bencode.BDecoder
Initializes a new BDecoder.
be.adaxisoft.bencode - package be.adaxisoft.bencode
 
BEncodedValue - Class in be.adaxisoft.bencode
A type-agnostic container for B-encoded values.
BEncodedValue(byte[]) - Constructor for class be.adaxisoft.bencode.BEncodedValue
 
BEncodedValue(String) - Constructor for class be.adaxisoft.bencode.BEncodedValue
 
BEncodedValue(String, String) - Constructor for class be.adaxisoft.bencode.BEncodedValue
 
BEncodedValue(int) - Constructor for class be.adaxisoft.bencode.BEncodedValue
 
BEncodedValue(long) - Constructor for class be.adaxisoft.bencode.BEncodedValue
 
BEncodedValue(Number) - Constructor for class be.adaxisoft.bencode.BEncodedValue
 
BEncodedValue(List<BEncodedValue>) - Constructor for class be.adaxisoft.bencode.BEncodedValue
 
BEncodedValue(Map<String, BEncodedValue>) - Constructor for class be.adaxisoft.bencode.BEncodedValue
 
BEncoder - Class in be.adaxisoft.bencode
B-encoding encoder.
BEncoder() - Constructor for class be.adaxisoft.bencode.BEncoder
 

D

decode(InputStream) - Static method in class be.adaxisoft.bencode.BDecoder
Decode a B-encoded stream.
decode() - Method in class be.adaxisoft.bencode.BDecoder
Gets the next indicator and returns either null when the stream has ended or b-decodes the rest of the stream and returns the appropriate BEValue encoded object.
decodeBytes() - Method in class be.adaxisoft.bencode.BDecoder
Returns the next b-encoded value on the stream and makes sure it is a byte array.
decodeList() - Method in class be.adaxisoft.bencode.BDecoder
Returns the next b-encoded value on the stream and makes sure it is a list.
decodeMap() - Method in class be.adaxisoft.bencode.BDecoder
Returns the next b-encoded value on the stream and makes sure it is a map (dictionary).
decodeNumber() - Method in class be.adaxisoft.bencode.BDecoder
Returns the next b-encoded value on the stream and makes sure it is a number.

E

encode(Object, OutputStream) - Static method in class be.adaxisoft.bencode.BEncoder
 
encode(String, OutputStream) - Static method in class be.adaxisoft.bencode.BEncoder
 
encode(Number, OutputStream) - Static method in class be.adaxisoft.bencode.BEncoder
 
encode(List<BEncodedValue>, OutputStream) - Static method in class be.adaxisoft.bencode.BEncoder
 
encode(byte[], OutputStream) - Static method in class be.adaxisoft.bencode.BEncoder
 
encode(Map<String, BEncodedValue>, OutputStream) - Static method in class be.adaxisoft.bencode.BEncoder
 
encode(Map<String, BEncodedValue>) - Static method in class be.adaxisoft.bencode.BEncoder
 

G

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
 

I

InvalidBEncodingException - Exception in be.adaxisoft.bencode
Exception thrown when a B-encoded stream cannot be decoded.
InvalidBEncodingException(String) - Constructor for exception be.adaxisoft.bencode.InvalidBEncodingException
 

S

serialVersionUID - Static variable in exception be.adaxisoft.bencode.InvalidBEncodingException
 
B D E G I S 

Copyright © 2016. All rights reserved.