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

Buffer Methods in Siebel eScript


The following is a list of buffer methods.

Method or Property
Purpose

bigEndian Property

Stores a Boolean flag for bigEndian byte ordering.

Business Component Objects

Stores a Boolean flag for the use of unicode strings.

cursor Property

Stores the current position of the buffer cursor.

data Property

Refers to the internal data of a buffer.

getString() Method

Returns a string starting from the current cursor position.

getValue() Method

Returns a value from a specified position.

offset[] Method

Provides array-style access to individual bytes in the buffer.

putString() Method

Puts a string into a buffer.

putValue() Method

Puts a specified value into a buffer.

subBuffer() Method

Returns a section of a buffer.

subBuffer() Method

Stores the size of a buffer object.

toString() Method

Returns a string equivalent of the current state of a buffer.

Siebel eScript Language Reference