|
#ifndef JSUFILEINPUTSTREAM_H_
|
|
#define JSUFILEINPUTSTREAM_H_
|
|
|
|
#include "JSystem/JSupport/JSURandomInputStream/JSURandomInputStream.h"
|
|
#include "dolphin/types.h"
|
|
|
|
class JSUFileInputStream : public JSURandomInputStream {
|
|
public:
|
|
virtual ~JSUFileInputStream();
|
|
};
|
|
|
|
#endif
|