Methods
Methods available on this class.
AppendString
Appends a string to existing data in the
Ccl.Buffer
object.
Data
Returns the contents of the buffer as a Byte array.
ExtractString
Returns a string from the data area starting at the specified offset.
InsertString
Inserts the given string into the data area at the given offset.
Length
Returns the length of the data area in bytes.
Overlay
Overlays the data area with the given string, starting at the given offset.
SetData
Copies the supplied array into the buffer. Byte, Integer, and Long arrays are supported.
SetLength
Changes the current length of the data area.
SetString
Copies the supplied string into the object.
String
Returns the contents of the
Ccl.Buffer
object as a string.
Parent topic:
Buffer COM class