|
| FileWriter (bool inMem) |
|
Error | closeAfterWriting (char const *path, char const *beginningString, char const *endString) |
|
void | writeByte (int8_t b) |
|
void | writeBlock (uint8_t *block, uint32_t size) |
|
void | writeChars (char const *output) |
|
FRESULT | closeWriter () |
|
char * | getBufferPtr () |
|
int32_t | bytesWritten () |
|
void | setMemoryBased () |
|
|
void | resetWriter () |
|
Error | writeBufferToFile () |
|
|
bool | memoryBased = false |
|
bool | callRoutines = true |
|
uint8_t | indentAmount |
|
char * | writeClusterBuffer |
|
uint32_t | bufferSize |
|
int32_t | fileWriteBufferCurrentPos |
|
int32_t | fileTotalBytesWritten |
|
bool | fileAccessFailedDuringWrite |
|
The documentation for this class was generated from the following files: