ByteBuffer
|
Overloaded. Initializes a new instance of the ByteBuffer class. |
Append | Overloaded. Appends data to this ByteBuffer. |
Contains | Overloaded. Checks if data is contained in this buffer. |
EndsWith | Checks if buffer ends with specified string. |
Equals | Overloaded. Checks if buffer equals specified string. |
GetBuffer | Overloaded. Gets a portion of this ByteBufferdata. |
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. |
IndexOf | Overloaded. Locates the index of the specified data. |
Length | Gets the length of this ByteBufferin bytes. |
StartsWith | Checks if buffer starts with specified string. |
ToByteArray | Gets buffer as a byte array. |
ToString | Overloaded. Gets buffer as a stringusing system default character encoding. |
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. |
ByteBuffer Class | Jscape.Email Namespace