The ByteBuffer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ByteBuffer()()()() |
Creates a new instance of
![]() ByteBuffer |
![]() |
ByteBuffer(array<Byte>[]()[][]) |
Creates a new instance of
![]() ByteBuffer |
![]() |
ByteBuffer(Int32) |
Creates a new
![]() ByteBuffer |
Methods
Name | Description | |
---|---|---|
![]() |
Append(Byte) |
Appends data to this
![]() ByteBuffer |
![]() |
Append(array<Byte>[]()[][]) |
Appends data to this
![]() ByteBuffer |
![]() |
Append(Char) |
Appends a character to this
![]() ByteBuffer |
![]() |
Append(array<Char>[]()[][]) |
Appends data to this
![]() ByteBuffer |
![]() |
Append(ByteBuffer) |
Appends data to this
![]() ByteBuffer |
![]() |
Append(String, String) |
Appends data to this
![]() ByteBuffer |
![]() |
Append(array<Byte>[]()[][], Int32, Int32) |
Appends data to this
![]() ByteBuffer |
![]() |
Contains(array<Byte>[]()[][]) |
Checks if data is contained in this buffer.
|
![]() |
Contains(array<Byte>[]()[][], Boolean) |
Checks if data is contained in this buffer.
|
![]() |
EndsWith |
Checks if buffer ends with specified string.
|
![]() |
Equals(Object) |
Checks for equality of this (Overrides Object..::..Equals(Object).)![]() ByteBuffer |
![]() |
Equals(String, String) |
Checks if buffer equals specified string.
|
![]() |
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.) |
![]() |
GetBuffer(Int32) |
Gets a portion of this
![]() ByteBuffer |
![]() |
GetBuffer(Int32, Int32) |
Gets a portion of this
![]() ByteBuffer |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
IndexOf(Byte) |
Locates the index of the specified data.
|
![]() |
IndexOf(array<Byte>[]()[][]) |
Locates the index of the specified data.
|
![]() |
IndexOf(Byte, Int32) |
Locates the index of the specified data.
|
![]() |
IndexOf(array<Byte>[]()[][], Int32) |
Locates the index of the specified data.
|
![]() |
IndexOf(String, String) |
Locates the index of the specified data.
|
![]() |
IndexOf(String, String, Int32) |
Locates the index of the specified data.
|
![]() |
Length |
Gets the length of this
![]() ByteBuffer |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
StartsWith |
Checks if buffer starts with specified string.
|
![]() |
ToByteArray |
Gets buffer as a byte array.
|
![]() |
ToString()()()() |
Gets buffer as a
![]() string |
![]() |
ToString(String) |
Gets buffer as a
![]() String |