From 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 8 Jun 2024 12:56:43 +0900 Subject: Rename text nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqbuffer.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/ntqbuffer.html') diff --git a/doc/html/ntqbuffer.html b/doc/html/ntqbuffer.html index b18b2fbe..0472498a 100644 --- a/doc/html/ntqbuffer.html +++ b/doc/html/ntqbuffer.html @@ -55,7 +55,7 @@ The TQBuffer class is an I/O device that operates on a

TQBuffer is used to read and write to a memory buffer. It is -normally used with a TQTextStream or a TQDataStream. TQBuffer has an +normally used with a TQTextStream or a TQDataStream. TQBuffer has an associated TQByteArray which holds the buffer data. The size() of the buffer is automatically adjusted as data is written.

The constructor TQBuffer(TQByteArray) creates a TQBuffer using an @@ -66,16 +66,16 @@ array because TQByteArray is explicitly

Use open() to open the buffer before use and to set the mode (read-only, write-only, etc.). close() closes the buffer. The buffer must be closed before reopening or calling setBuffer(). -

A common way to use TQBuffer is through TQDataStream or TQTextStream, which have constructors that take a TQBuffer +

A common way to use TQBuffer is through TQDataStream or TQTextStream, which have constructors that take a TQBuffer parameter. For convenience, there are also TQDataStream and -TQTextStream constructors that take a TQByteArray parameter. These +TQTextStream constructors that take a TQByteArray parameter. These constructors create and open an internal TQBuffer.

Note that TQTextStream can also operate on a TQString (a Unicode string); a TQBuffer cannot.

You can also use TQBuffer directly through the standard TQIODevice functions readBlock(), writeBlock() readLine(), at(), getch(), putch() and ungetch(). -

See also TQFile, TQDataStream, TQTextStream, TQByteArray, Shared Classes, Collection Classes, and Input/Output and Networking. +

See also TQFile, TQDataStream, TQTextStream, TQByteArray, Shared Classes, Collection Classes, and Input/Output and Networking.


Member Function Documentation

TQBuffer::TQBuffer () -- cgit v1.2.1