OSCR
Open Source Cartridge Reader
Loading...
Searching...
No Matches
OSCR::Storage::File Member List

This is the complete list of members for OSCR::Storage::File, including all inherited members.

assignBuffer(uint8_t *fileBuffer, uint16_t fileBufferSize) (defined in OSCR::Storage::File)OSCR::Storage::File
available() const (defined in OSCR::Storage::File)OSCR::Storage::File
available64() const (defined in OSCR::Storage::File)OSCR::Storage::File
buffer (defined in OSCR::Storage::File)OSCR::Storage::Fileprotected
bufferCheck(size_t count) (defined in OSCR::Storage::File)OSCR::Storage::Fileprotected
bufferSize (defined in OSCR::Storage::File)OSCR::Storage::Fileprotected
close() (defined in OSCR::Storage::File)OSCR::Storage::File
crcReset() (defined in OSCR::Storage::File)OSCR::Storage::File
crcState (defined in OSCR::Storage::File)OSCR::Storage::Fileprotected
curPosition() const (defined in OSCR::Storage::File)OSCR::Storage::File
disableFatalErrors() (defined in OSCR::Storage::File)OSCR::Storage::File
enableFatalErrors() (defined in OSCR::Storage::File)OSCR::Storage::File
fatalErrors (defined in OSCR::Storage::File)OSCR::Storage::Fileprotected
fCRC32 (defined in OSCR::Storage::File)OSCR::Storage::Fileprotected
File() (defined in OSCR::Storage::File)OSCR::Storage::File
File(uint8_t *fileBuffer, uint16_t fileBufferSize) (defined in OSCR::Storage::File)OSCR::Storage::File
File(char const *fileName, oflag_t oflag) (defined in OSCR::Storage::File)OSCR::Storage::File
File(__StringHelper const *fileName, oflag_t oflag) (defined in OSCR::Storage::File)OSCR::Storage::File
file (defined in OSCR::Storage::File)OSCR::Storage::Fileprotected
fileOflag (defined in OSCR::Storage::File)OSCR::Storage::Fileprotected
fileSize() const (defined in OSCR::Storage::File)OSCR::Storage::File
fileSize64() const (defined in OSCR::Storage::File)OSCR::Storage::File
fill() (defined in OSCR::Storage::File)OSCR::Storage::File
find(uint8_t const *target) (defined in OSCR::Storage::File)OSCR::Storage::File
find(char const *target) (defined in OSCR::Storage::File)OSCR::Storage::File
find(__StringHelper const *target) (defined in OSCR::Storage::File)OSCR::Storage::File
getCRC32() (defined in OSCR::Storage::File)OSCR::Storage::File
getName(char *name, size_t len) (defined in OSCR::Storage::File)OSCR::Storage::File
hasBuffer() const (defined in OSCR::Storage::File)OSCR::Storage::File
isOpen() (defined in OSCR::Storage::File)OSCR::Storage::File
open(char const *fileName, oflag_t oflag) (defined in OSCR::Storage::File)OSCR::Storage::File
open(__StringHelper const *fileName, oflag_t oflag) (defined in OSCR::Storage::File)OSCR::Storage::File
open(uint32_t index, oflag_t oflag) (defined in OSCR::Storage::File)OSCR::Storage::File
opened (defined in OSCR::Storage::File)OSCR::Storage::Fileprotected
peek() (defined in OSCR::Storage::File)OSCR::Storage::File
postClose() (defined in OSCR::Storage::File)OSCR::Storage::Fileprotected
postOpen() (defined in OSCR::Storage::File)OSCR::Storage::Fileprotected
read() (defined in OSCR::Storage::File)OSCR::Storage::File
read(size_t count) (defined in OSCR::Storage::File)OSCR::Storage::File
read(uint8_t *buf, size_t count) (defined in OSCR::Storage::File)OSCR::Storage::File
readBytesUntil(char terminator, uint8_t *buf, size_t count) (defined in OSCR::Storage::File)OSCR::Storage::File
readBytesUntil(char terminator, char *buf, size_t count) (defined in OSCR::Storage::File)OSCR::Storage::File
readBytesUntil(char terminator, size_t count) (defined in OSCR::Storage::File)OSCR::Storage::File
readBytesUntil(__StringHelper const *terminator, uint8_t *buf, size_t count) (defined in OSCR::Storage::File)OSCR::Storage::File
readBytesUntil(__StringHelper const *terminator, char *buf, size_t count) (defined in OSCR::Storage::File)OSCR::Storage::File
readBytesUntil(__StringHelper const *terminator, size_t count) (defined in OSCR::Storage::File)OSCR::Storage::File
readBytesUntil_P(uint8_t const *terminator, uint8_t *buf, size_t count) (defined in OSCR::Storage::File)OSCR::Storage::File
readBytesUntil_P(uint8_t const *terminator, char *buf, size_t count) (defined in OSCR::Storage::File)OSCR::Storage::File
readBytesUntil_P(uint8_t const *terminator, size_t count) (defined in OSCR::Storage::File)OSCR::Storage::File
readRaw() (defined in OSCR::Storage::File)OSCR::Storage::File
readRaw(size_t count) (defined in OSCR::Storage::File)OSCR::Storage::File
readRaw(uint8_t *buf, size_t count) (defined in OSCR::Storage::File)OSCR::Storage::File
remove() (defined in OSCR::Storage::File)OSCR::Storage::File
rename(char const *newPath) (defined in OSCR::Storage::File)OSCR::Storage::File
rename(__StringHelper const *newPath) (defined in OSCR::Storage::File)OSCR::Storage::File
rewind() (defined in OSCR::Storage::File)OSCR::Storage::File
seekCur(int64_t offset) (defined in OSCR::Storage::File)OSCR::Storage::File
seekEnd(int64_t offset=0) (defined in OSCR::Storage::File)OSCR::Storage::File
seekSet(uint64_t pos) (defined in OSCR::Storage::File)OSCR::Storage::File
sumCRC32() (defined in OSCR::Storage::File)OSCR::Storage::Fileprotected
sync() (defined in OSCR::Storage::File)OSCR::Storage::File
unassignBuffer() (defined in OSCR::Storage::File)OSCR::Storage::File
write() (defined in OSCR::Storage::File)OSCR::Storage::File
write(size_t count) (defined in OSCR::Storage::File)OSCR::Storage::File
write(uint8_t byte) (defined in OSCR::Storage::File)OSCR::Storage::File
write(char const *buf) (defined in OSCR::Storage::File)OSCR::Storage::File
write(char const *buf, size_t count) (defined in OSCR::Storage::File)OSCR::Storage::File
write(uint8_t const *buf, size_t count) (defined in OSCR::Storage::File)OSCR::Storage::File
writeNewLine() (defined in OSCR::Storage::File)OSCR::Storage::File
writeRaw(uint8_t byte) (defined in OSCR::Storage::File)OSCR::Storage::File
writeRaw(size_t count) (defined in OSCR::Storage::File)OSCR::Storage::File
writeRaw(uint8_t const *buf, size_t count) (defined in OSCR::Storage::File)OSCR::Storage::File