openMSX
|
#include <ZipFileAdapter.hh>
Public Member Functions | |
ZipFileAdapter (std::unique_ptr< FileBase > file) | |
Public Member Functions inherited from openmsx::CompressedFileAdapter | |
void | read (std::span< uint8_t > buffer) final |
void | write (std::span< const uint8_t > buffer) final |
std::span< const uint8_t > | mmap () final |
void | munmap () final |
size_t | getSize () final |
void | seek (size_t pos) final |
size_t | getPos () final |
void | truncate (size_t size) final |
void | flush () final |
const std::string & | getURL () const final |
std::string_view | getOriginalName () final |
bool | isReadOnly () const final |
time_t | getModificationDate () final |
Public Member Functions inherited from openmsx::FileBase | |
virtual | ~FileBase ()=default |
virtual std::string | getLocalReference () |
Additional Inherited Members | |
Protected Member Functions inherited from openmsx::CompressedFileAdapter | |
CompressedFileAdapter (std::unique_ptr< FileBase > file) | |
~CompressedFileAdapter () override | |
Definition at line 8 of file ZipFileAdapter.hh.
|
explicit |
Definition at line 7 of file ZipFileAdapter.cc.