Gets the next token from this tokenizer.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public ByteBuffer NextToken()
Visual Basic
Public Function NextToken As ByteBuffer
Visual C++
public:
ByteBuffer^ NextToken()

Return Value

A
CopyC#
ByteBuffer
containing token data.

See Also