25 #ifndef SFML_INPUTSTREAM_HPP
26 #define SFML_INPUTSTREAM_HPP
31 #include <SFML/Config.hpp>
32 #include <SFML/System/Export.hpp>
63 virtual Int64
read(
void* data, Int64 size) = 0;
73 virtual Int64
seek(Int64 position) = 0;
95 #endif // SFML_INPUTSTREAM_HPP