#include "qplatformdefs.h"
#include "qdebug.h"
#include "qfile.h"
#include "qfsfileengine.h"
#include "qtemporaryfile.h"
#include "qlist.h"
#include "qfileinfo.h"
#include "private/qiodevice_p.h"
#include "private/qfile_p.h"
#include "private/qsystemerror_p.h"
Go to the source code of this file.
◆ _qfile_writeData()
Definition at line 1631 of file qfile.cpp.
Referenced by QFile::flush().
const char * readPointer() const
int nextDataBlockSize() const
virtual qint64 write(const char *data, qint64 len)
Writes len bytes from data to the file.
◆ locale_decode()
Definition at line 76 of file qfile.cpp.
Referenced by QFile::setDecodingFunction().
78 #if defined(Q_OS_DARWIN) 81 #elif defined(Q_OS_SYMBIAN) static QString fromLocal8Bit(const char *, int size=-1)
Returns a QString initialized with the first size characters of the 8-bit string str.
QString normalized(NormalizationForm mode) const Q_REQUIRED_RESULT
Returns the string in the given Unicode normalization mode.
static QString fromUtf8(const char *, int size=-1)
Returns a QString initialized with the first size bytes of the UTF-8 string str.
◆ locale_encode()
Definition at line 64 of file qfile.cpp.
Referenced by locale_decode(), and QFile::setEncodingFunction().
66 #if defined(Q_OS_DARWIN) 69 #elif defined(Q_OS_SYMBIAN) QByteArray toUtf8() const Q_REQUIRED_RESULT
Returns a UTF-8 representation of the string as a QByteArray.
QString normalized(NormalizationForm mode) const Q_REQUIRED_RESULT
Returns the string in the given Unicode normalization mode.
QByteArray toLocal8Bit() const Q_REQUIRED_RESULT
Returns the local 8-bit representation of the string as a QByteArray.
◆ QFILE_WRITEBUFFER_SIZE
const int QFILE_WRITEBUFFER_SIZE = 16384 |
|
static |