back to io
wxFFileInputStream
generated from ../src/mod_io/ffistream.cpp
This class represents data read in from a file. There are actually two such groups of classes:
this one is based on wxFFile whereas wxFileInputStream is based on the wxFile class.
Constants
Constructor
wxFFileInputStream
wxFFileInputStream(FileName)
| Name |
Type |
Default |
Description |
| FileName |
String |
|
The name of a file |
wxFFileInputStream(FFile)
| Name |
Type |
Default |
Description |
| FFile |
wxFFile |
|
|
wxFFileInputStream(Fd)
| Name |
Type |
Default |
Description |
| Fd |
Integer |
|
A file descriptor |
Constructs a new wxFFileInputStream object. A wxFFileInputStream is always opened in read-only mode.