#include <FileBuffer.h>
Definition at line 16 of file FileBuffer.h.
◆ AbstractFileBuffer()
AbstractFileBuffer::AbstractFileBuffer |
( |
QString | v_fileName | ) |
|
|
inlineprotected |
◆ dump()
◆ getFileName()
QString AbstractFileBuffer::getFileName |
( |
| ) |
|
|
inline |
◆ getReadableSize() [1/2]
bufsize_t AbstractFileBuffer::getReadableSize |
( |
const QString & | path | ) |
|
|
static |
◆ getReadableSize() [2/2]
bufsize_t AbstractFileBuffer::getReadableSize |
( |
QFile & | fIn | ) |
|
|
static |
◆ read() [1/2]
ByteBuffer * AbstractFileBuffer::read |
( |
QFile & | fIn, |
|
|
bufsize_t | minBufSize, |
|
|
const bool | allowTruncate ) |
|
staticprotected |
◆ read() [2/2]
ByteBuffer * AbstractFileBuffer::read |
( |
QString & | file, |
|
|
bufsize_t | minBufSize, |
|
|
const bool | allowTruncate ) |
|
static |
◆ fileName
QString AbstractFileBuffer::fileName |
|
protected |
◆ fileSize
qint64 AbstractFileBuffer::fileSize |
|
protected |
The documentation for this class was generated from the following files: