Added an ISBN parsed result type courtesy of jbreiden.
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Mon, 8 Sep 2008 20:54:52 +0000 (20:54 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Mon, 8 Sep 2008 20:54:52 +0000 (20:54 +0000)
commited4df5179ca5848b9ea9869ccb36033edbcfb0d6
tree100ae46da6bd1f2d19131a2b7ebb1fe00f1fdb5f
parent28a36962a8b7d61a47ae4905c832093ff5ab64d1
Added an ISBN parsed result type courtesy of jbreiden.

git-svn-id: http://zxing.googlecode.com/svn/trunk@576 59b500cc-1b3d-0410-9834-0bbf25fbcc57
core/src/com/google/zxing/client/result/ISBNParsedResult.java [new file with mode: 0644]
core/src/com/google/zxing/client/result/ISBNResultParser.java [new file with mode: 0644]
core/src/com/google/zxing/client/result/ParsedResultType.java
core/src/com/google/zxing/client/result/ResultParser.java
core/src/com/google/zxing/client/result/UPCResultParser.java