com.google.zxing.client.result
Class ISBNResultParser

java.lang.Object
  extended by com.google.zxing.client.result.ResultParser
      extended by com.google.zxing.client.result.ISBNResultParser

public final class ISBNResultParser
extends ResultParser

Parses strings of digits that represent a ISBN.

Author:
jbreiden@google.com (Jeff Breidenbach)

Constructor Summary
ISBNResultParser()
           
 
Method Summary
 ISBNParsedResult parse(Result result)
          See ISBN-13 For Dummies
 
Methods inherited from class com.google.zxing.client.result.ResultParser
isStringOfDigits, isSubstringOfAlphaNumeric, isSubstringOfDigits, maybeAppend, maybeAppend, maybeWrap, parseHexDigit, parseResult, unescapeBackslash
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISBNResultParser

public ISBNResultParser()
Method Detail

parse

public ISBNParsedResult parse(Result result)
See ISBN-13 For Dummies

Specified by:
parse in class ResultParser