Class Fox::FXFileStream
In: rdoc-sources/FXFileStream.rb
Parent: FXStream

File Store Definition

Methods

new   open  

Attributes

position  [R] 

Public Class methods

Return an initialized FXFileStream instance.

Public Instance methods

Open binary data file stream; allocate a buffer of the given size for the file I/O; the buffer must be at least 16 bytes. Returns true on success, false on failure.

Parameters:

filename:name of the file to open [String]
save_or_load:access mode, either FXStreamSave or FXStreamLoad [Integer]
size:buffer size [Integer]

[Validate]