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 class ISBNResultParser
extends ResultParser

Parses strings of digits that represent a ISBN.

Author:
jbreiden@google.com (Jeff Breidenbach)

Method Summary
static ISBNParsedResult parse(Result result)
           
 
Methods inherited from class com.google.zxing.client.result.ResultParser
isStringOfDigits, maybeAppend, maybeAppend, maybeWrap, parseResult, unescapeBackslash
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

public static ISBNParsedResult parse(Result result)