|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.zxing.client.result.ResultParser
com.google.zxing.client.result.ISBNResultParser
public final class ISBNResultParser
Parses strings of digits that represent a ISBN.
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 |
---|
public ISBNResultParser()
Method Detail |
---|
public ISBNParsedResult parse(Result result)
parse
in class ResultParser
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |