class Stk_File

This is a class to manage file.

Inheritance:


Public Methods

[more] Stk_File(char *filename) throw(xFileError)
Constructor
[more]virtual ~Stk_File()
Destructor
[more]long Size()
Size of file (place us at begin of file)
[more]int LoadInt()
Load an int
[more]short LoadShort()
Load a short
[more]char LoadChar()
Load a char
[more]float LoadFloat()
Load a float


Documentation

This is a class to manage file.
type: Base class
o Stk_File(char *filename) throw(xFileError)
Constructor

ovirtual ~Stk_File()
Destructor

olong Size()
Size of file (place us at begin of file)

oint LoadInt()
Load an int

oshort LoadShort()
Load a short

ochar LoadChar()
Load a char

ofloat LoadFloat()
Load a float


Direct child classes:
Stk_FontTXF

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.