Paula Script
|
Input stream for C++ std ifstream. More...
#include <stream.h>
Public Member Functions | |
FileInput (const char *) | |
~FileInput () | |
bool | read (BYTE &) override |
void | close () override |
Static Public Member Functions | |
static bool | exists (const std::string &name) |
Public Attributes | |
const bool | found |
Input stream for C++ std ifstream.
|
explicit |
paula::FileInput::~FileInput | ( | ) |
|
overridevirtual |
Implements paula::IInputStream.
|
static |
|
overridevirtual |
Implements paula::IInputStream.
const bool paula::FileInput::found |