catscratch
Class CSDecoder

java.lang.Object
  |
  +--catscratch.CSDecoder

public class CSDecoder
extends java.lang.Object

Utility class for decoding strings produced by certain animal-shaped barcode scanning devices. Based on a perl script by Kevin Fowlks.


Method Summary
static CatScan decode(java.lang.String src)
          Decodes the string produced by the scanning device and returns a CatScan object containing the unencoded data.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

decode

public static CatScan decode(java.lang.String src)
Decodes the string produced by the scanning device and returns a CatScan object containing the unencoded data.
Parameters:
src - String containing the output of the device.