de.msponer.android.yac.util
Class QRCodeDecoder
java.lang.Object
de.msponer.android.yac.util.QRCodeDecoder
public class QRCodeDecoder
- extends Object
Class for decoding QR-Code scan results.
- Author:
- msponer
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 |
QRCodeDecoder
protected QRCodeDecoder()
- Constructor.
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.