Class Fox::FXMemoryBuffer
In: FXMemoryBuffer.rb
Parent: Object
Methods
[]    []=    to_s   
Attributes
size  [R] 

Size in bytes [Integer]

Public Instance methods
[](index)

Return the specified element (an Integer)

[]=(index, value)

Set the specified element to value.

to_s()

Return a copy of the buffer data as a String.