Toggle navigation
JarYard
Browse
Search
About
Groups
com.google.zxing
core
3.2.0
Javadoc
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Search
Package
com
.
google
.
zxing
.
client
.
result
Class Summary
Class
Description
AddressBookAUResultParser
Implements KDDI AU's address book format.
AddressBookDoCoMoResultParser
Implements the "MECARD" address book entry format.
AddressBookParsedResult
BizcardResultParser
Implements the "BIZCARD" address book entry format, though this has been largely reverse-engineered from examples observed in the wild -- still looking for a definitive reference.
BookmarkDoCoMoResultParser
CalendarParsedResult
EmailAddressParsedResult
EmailAddressResultParser
Represents a result that encodes an e-mail address, either as a plain address like "joe@example.org" or a mailto: URL like "mailto:joe@example.org".
EmailDoCoMoResultParser
Implements the "MATMSG" email message entry format.
ExpandedProductParsedResult
ExpandedProductResultParser
Parses strings of digits that represent a RSS Extended code.
GeoParsedResult
GeoResultParser
Parses a "geo:" URI result, which specifies a location on the surface of the Earth as well as an optional altitude above the surface.
ISBNParsedResult
ISBNResultParser
Parses strings of digits that represent a ISBN.
ParsedResult
Abstract class representing the result of decoding a barcode, as more than a String -- as some type of structured data.
ProductParsedResult
ProductResultParser
Parses strings of digits that represent a UPC code.
ResultParser
Abstract class representing the result of decoding a barcode, as more than a String -- as some type of structured data.
SMSMMSResultParser
Parses an "sms:" URI result, which specifies a number to SMS.
SMSParsedResult
SMSTOMMSTOResultParser
Parses an "smsto:" URI result, whose format is not standardized but appears to be like:
smsto:number(:body)
.
SMTPResultParser
Parses an "smtp:" URI result, whose format is not standardized but appears to be like:
smtp[:subject[:body]]
.
TelParsedResult
TelResultParser
Parses a "tel:" URI result, which specifies a phone number.
TextParsedResult
A simple result type encapsulating a string that has no further interpretation.
URIParsedResult
URIResultParser
Tries to parse results that are a URI of some kind.
URLTOResultParser
Parses the "URLTO" result format, which is of the form "URLTO:[title]:[url]".
VCardResultParser
Parses contact information formatted according to the VCard (2.1) format.
VEventResultParser
Partially implements the iCalendar format's "VEVENT" format for specifying a calendar event.
VINParsedResult
VINResultParser
Detects a result that is likely a vehicle identification number.
WifiParsedResult
WifiResultParser
Parses a WIFI configuration string.
Enum Summary
Enum
Description
ParsedResultType
Represents the type of data encoded by a barcode -- from plain text, to a URI, to an e-mail address, etc.