25 #ifndef CPP3DS_FILEINPUTSTREAM_HPP
26 #define CPP3DS_FILEINPUTSTREAM_HPP
31 #include <cpp3ds/Config.hpp>
32 #include <cpp3ds/System/InputStream.hpp>
33 #include <cpp3ds/System/NonCopyable.hpp>
67 bool open(
const std::string& filename);
81 virtual Int64
read(
void* data, Int64 size);
91 virtual Int64
seek(Int64 position);
120 #endif // CPP3DS_FILEINPUTSTREAM_HPP
Utility class that makes any derived class non-copyable.