The ByteBufferTokenizer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ByteBufferTokenizer(ByteBuffer) |
Creates a new ByteBufferTokenizer instance.
|
![]() |
ByteBufferTokenizer(ByteBuffer, array<Byte>[]()[][]) |
Creates a new ByteBufferTokenizer instance.
|
![]() |
ByteBufferTokenizer(ByteBuffer, array<Byte>[]()[][], Boolean) |
Creates a new ByteBufferTokenizer instance.
|
![]() |
ByteBufferTokenizer(ByteBuffer, array<Byte>[]()[][], Boolean, Boolean) |
Creates a new ByteBufferTokenizer instance.
|
Methods
Name | Description | |
---|---|---|
![]() |
CountTokens |
Calculates the number of times that this tokenizer's
![]() NextToken |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetLength |
Gets the current length.
|
![]() |
GetPosition |
Gets the current position.
|
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
HasMoreElements |
Test if this has more elements.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
NextElement |
Gets next element from this Enumeration.
|
![]() |
NextToken |
Gets the next token from this tokenizer.
|
![]() |
ToString | (Inherited from Object.) |