de.msponer.android.yac.util
Class QRCodeDecoder

java.lang.Object
  extended by de.msponer.android.yac.util.QRCodeDecoder

public class QRCodeDecoder
extends Object

Class for decoding QR-Code scan results.

Author:
msponer

Constructor Summary
protected QRCodeDecoder()
          Constructor.
 
Method Summary
static Map<String,String> getResultsMap(String scanResults)
          Takes a QR-Code scan result string, processes it and returns a map that exists of resulting key-value pairs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QRCodeDecoder

protected QRCodeDecoder()
Constructor.

Method Detail

getResultsMap

public static Map<String,String> getResultsMap(String scanResults)
Takes a QR-Code scan result string, processes it and returns a map that exists of resulting key-value pairs.

Parameters:
scanResults - The QR code scan result string.
Returns:
The resulting K-V pair map.