Package com.iab.gpp.encoder.datatype
Class EncodableFixedInteger
java.lang.Object
com.iab.gpp.encoder.datatype.AbstractEncodableBitStringDataType<Integer>
com.iab.gpp.encoder.datatype.EncodableFixedInteger
-
Field Summary
Fields inherited from class com.iab.gpp.encoder.datatype.AbstractEncodableBitStringDataType
value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEncodableFixedInteger(int bitStringLength) EncodableFixedInteger(int bitStringLength, Integer value) -
Method Summary
Methods inherited from class com.iab.gpp.encoder.datatype.AbstractEncodableBitStringDataType
getValue, hasValue, setValue
-
Constructor Details
-
EncodableFixedInteger
protected EncodableFixedInteger(int bitStringLength) -
EncodableFixedInteger
-
-
Method Details
-
encode
- Specified by:
encodein classAbstractEncodableBitStringDataType<Integer>
-
decode
- Specified by:
decodein classAbstractEncodableBitStringDataType<Integer>- Throws:
DecodingException
-
substring
- Specified by:
substringin classAbstractEncodableBitStringDataType<Integer>
-