Siebel eScript Language Reference > Quick Reference: Methods and Properties >

Buffer Methods


The following is a list of buffer methods.

Method or Property
Function
bufferVar.bigEndian
Stores a Boolean flag for bigEndian byte ordering
bufferVar.cursor
Stores the current position of the buffer cursor
bufferVar.data
Refers to the internal data of a buffer
bufferVar.getString()
Returns a string starting from the current cursor position
bufferVar.getValue()
Returns a value from a specified position
bufferVar.putString()
Puts a string into a buffer
bufferVar.putValue()
Puts a specified value into a buffer
bufferVar.size
Stores the size of a buffer object
bufferVar.subBuffer()
Returns a section of a buffer
bufferVar.toString()
Returns a string equivalent of the current state of a buffer
bufferVar.unicode
Stores a Boolean flag for the use of unicode strings


 Siebel eScript Language Reference 
 Published: 18 April 2003