Email Factory for .NET

ByteBuffer Methods

The methods of the ByteBuffer class are listed below. For a complete list of ByteBuffer class members, see the ByteBuffer Members topic.

Public Instance Methods

AppendOverloaded. Appends data to this
ByteBuffer
.
ContainsOverloaded. Checks if data is contained in this buffer.
EndsWithChecks if buffer ends with specified string.
EqualsOverloaded. Checks if buffer equals specified string.
GetBufferOverloaded. Gets a portion of this
ByteBuffer
data.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
IndexOfOverloaded. Locates the index of the specified data.
LengthGets the length of this
ByteBuffer
in bytes.
StartsWithChecks if buffer starts with specified string.
ToByteArrayGets buffer as a byte array.
ToStringOverloaded. Gets buffer as a
string
using system default character encoding.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

ByteBuffer Class | Jscape.Email Namespace