The ByteBufferTokenizer type exposes the following members.

Constructors

  Name Description
Public method ByteBufferTokenizer(ByteBuffer)
Creates a new ByteBufferTokenizer instance.
Public method ByteBufferTokenizer(ByteBuffer, array<Byte>[]()[][])
Creates a new ByteBufferTokenizer instance.
Public method ByteBufferTokenizer(ByteBuffer, array<Byte>[]()[][], Boolean)
Creates a new ByteBufferTokenizer instance.
Public method ByteBufferTokenizer(ByteBuffer, array<Byte>[]()[][], Boolean, Boolean)
Creates a new ByteBufferTokenizer instance.

Methods

  Name Description
Public method CountTokens
Calculates the number of times that this tokenizer's
CopyC#
NextToken
method can be called. The current position is not advanced.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method 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.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetLength
Gets the current length.
Public method GetPosition
Gets the current position.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method HasMoreElements
Test if this has more elements.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method NextElement
Gets next element from this Enumeration.
Public method NextToken
Gets the next token from this tokenizer.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also