Buffer Methods and Properties
The following information lists buffer methods and properties.
Method or Property | Description |
---|---|
Compares the contents of two buffers. |
|
Copies bytes from a source buffer to a destination buffer. |
|
Searches a buffer for the first occurrence of a character. |
|
Sets the bytes in a buffer to a character that you specify. |
|
Returns a section of a buffer. |
|
Returns a new buffer object that includes the data between two positions. |
|
Stores the current position of the buffer cursor. |
|
A reference to the internal data of a buffer. |
|
Returns a string that contains the same data as the buffer. |
|
Returns the value of the current cursor position in a buffer. |
|
Returns a string that starts from the current cursor position. |
|
Puts a string into a buffer. |
|
Puts a value into a buffer. |
|
Gets the address in memory of a buffer variable. |
|
Stores a Boolean flag for bigEndian byte ordering. |
|
Stores a Boolean flag that specifies whether to use Unicode strings when calling the Get String from Buffer method or the Put String in Buffer method. |
|
Provides access to individual bytes in the buffer. |