Class FixedIntegerListEncoder
java.lang.Object
com.iab.gpp.encoder.datatype.encoder.FixedIntegerListEncoder
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FixedIntegerListEncoder
public FixedIntegerListEncoder()
-
-
Method Details
-
encode
public static String encode(List<Integer> value, int elementBitStringLength, int numElements) throws EncodingException - Throws:
EncodingException
-
decode
public static List<Integer> decode(String bitString, int elementBitStringLength, int numElements) throws DecodingException - Throws:
DecodingException
-