Class BEValue

java.lang.Object
org.klomp.snark.bencode.BEValue

public class BEValue
extends Object
Holds different types that a bencoded byte array can represent. You need to call the correct get method to get the correct java type object. If the BEValue wasn't actually of the requested type you will get a InvalidBEncodingException.
Author:
Mark Wielaard (mark@klomp.org)