|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--catscratch.CSDecoder
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 |
public static CatScan decode(java.lang.String src)
src
- String containing the output of the device.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |