Package | Description |
---|---|
javax.mail.internet |
Classes specific to Internet mail systems.
|
Modifier and Type | Method and Description |
---|---|
HeaderTokenizer.Token |
HeaderTokenizer.next()
Parses the next token from this String.
|
HeaderTokenizer.Token |
HeaderTokenizer.next(char endOfAtom)
Parses the next token from this String.
|
HeaderTokenizer.Token |
HeaderTokenizer.next(char endOfAtom,
boolean keepEscapes)
Parses the next token from this String.
|
HeaderTokenizer.Token |
HeaderTokenizer.peek()
Peek at the next token, without actually removing the token
from the parse stream.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.