Android.Text.Util.Rfc822Tokenizer Members

The members of Android.Text.Util.Rfc822Tokenizer are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

FindTokenEnd(Java.Lang.ICharSequence, int) : int
Returns the end of the token (minus trailing punctuation) that begins at offset cursor within text.
FindTokenEnd(string, int) : int
Documentation for this section has not yet been entered.
FindTokenStart(Java.Lang.ICharSequence, int) : int
Returns the start of the token that ends at offset cursor within text.
FindTokenStart(string, int) : int
Documentation for this section has not yet been entered.
TerminateToken(string) : string
Documentation for this section has not yet been entered.
TerminateTokenFormatted(Java.Lang.ICharSequence) : Java.Lang.ICharSequence
Terminates the specified address with a comma and space.
static
Tokenize(Java.Lang.ICharSequence) : Rfc822Token[]
This method will try to take a string like "Foo Bar (something) <foo\@google.com>, blah\@google.com (something)" and convert it into one or more Rfc822Tokens.
static
Tokenize(string) : Rfc822Token[]
Documentation for this section has not yet been entered.
static
Tokenize(Java.Lang.ICharSequence, ICollection<Rfc822Token>)
Documentation for this section has not yet been entered.
static
Tokenize(string, ICollection<Rfc822Token>)
Documentation for this section has not yet been entered.