25 #ifndef CPP3DS_MEMORYINPUTSTREAM_HPP
26 #define CPP3DS_MEMORYINPUTSTREAM_HPP
31 #include <cpp3ds/Config.hpp>
32 #include <cpp3ds/System/InputStream.hpp>
59 void open(
const void* data, std::size_t sizeInBytes);
73 virtual Int64
read(
void* data, Int64 size);
83 virtual Int64
seek(Int64 position);
114 #endif // CPP3DS_MEMORYINPUTSTREAM_HPP