Category Archives: java

A Simple Java TLV Parser

* Read here for an explanation of TLV. * In the following sample code, all found tag values are returned as a byte array containing individual tag values, each of which is itself a byte array. /** * Reads TLV … Continue reading

Posted in java | Leave a comment