Java android.text.util Rfc822Tokenizer fields, constructors, methods, implement or subclass

Example usage for Java android.text.util Rfc822Tokenizer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.text.util Rfc822Tokenizer.

The text is from its open source code.

Constructor

Method

Rfc822Token[]tokenize(CharSequence text)
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.