25#ifndef SFML_MEMORYINPUTSTREAM_HPP
26#define SFML_MEMORYINPUTSTREAM_HPP
31#include <SFML/Config.hpp>
32#include <SFML/System/InputStream.hpp>
33#include <SFML/System/Export.hpp>
60 void open(
const void* data, std::size_t sizeInBytes);
74 virtual Int64
read(
void* data, Int64 size);
84 virtual Int64
seek(Int64 position);