Package de.cardcontact.tlv
Class CompactInteger
- java.lang.Object
-
- de.cardcontact.tlv.CompactInteger
-
public class CompactInteger extends java.lang.ObjectSupport for compact integer storage format- Author:
- Andreas Schwier (info@cardcontact.de)
-
-
Constructor Summary
Constructors Constructor Description CompactInteger(byte[] bytes)CompactInteger(byte[] bytes, int ofs)CompactInteger(int newValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBytes()intintValue()intsizeOf()
-