B C D G M T

B

Base64Decoder - class catscratch.Base64Decoder.
Utility class for decoding Base64-encoded strings.
Base64Decoder() - Constructor for class catscratch.Base64Decoder
 

C

CatScan - class catscratch.CatScan.
Class representing the decoded output of the scanning device.
catscratch - package catscratch
 
CatScratchDemo - class CatScratchDemo.
Class to demonstrate the use of the catscratch API
CatScratchDemo() - Constructor for class CatScratchDemo
 
CSDecoder - class catscratch.CSDecoder.
Utility class for decoding strings produced by certain animal-shaped barcode scanning devices.

D

decode(String) - Static method in class catscratch.Base64Decoder
 
decode(String) - Static method in class catscratch.CSDecoder
Decodes the string produced by the scanning device and returns a CatScan object containing the unencoded data.

G

getID() - Method in class catscratch.CatScan
Returns the unique id of the scanning device.
getType() - Method in class catscratch.CatScan
Returns the barcode type.
getUpcCode() - Method in class catscratch.CatScan
Returns the upc code associated with the scan.

M

main(String[]) - Static method in class CatScratchDemo
 

T

toString() - Method in class catscratch.CatScan
 

B C D G M T