Inheritance diagram for FileInputSource:
Public Member Functions | |
FileInputSource (const String *basePath, FileInputSource *base) | |
const String * | getLocation () const |
const byte * | openStream () |
void | closeStream () |
int | length () const |
Protected Member Functions | |
InputSource * | createRelative (const String *relPath) |
Protected Attributes | |
String * | baseLocation |
byte * | stream |
int | len |