Retourne un entier représentant la taille du buffer courant en octets.
Récupère le contenu du buffer courant.
Le curseur est toujours sur une position d'un caractère précis du buffer courant.
The cursor is always "on" a particular character position in the current buffer.
Le deuxième argument est converti en chaîne de caractères et inséré dans le buffer courant au déplacement spécifié.
The second argument is converted to a string and inserted into the current buffer beginning at the offset.
L'argument est converti en chaîne de caractères et concaténé à la fin du buffer courant, en augmentant la taille du buffer si nécessaire.
The argument is converted to a string and appended to the end of the current buffer, increasing the buffer if necessary. insert()
Comme la plupart des éditeurs modernes, Emacs permet d'effectuer des opérations sur une section du buffer courant (identation, correction orthographique, reformatage, couper, coller, copier,...).
Like many modern editors, Emacs allows to perform operations (indent, spell-check, reformat, cut, copy, paste,...) on a section of the current buffer.
Déplace toutes les données depuis le buffer source vers le début du buffer courant
EventBuffer Moves all data from source buffer to the front of current buffer
XMLWriter::outputMemory - Retourne le buffer courant
XMLWriter::outputMemory - Returns current buffer
EventBuffer::prependBuffer - Déplace toutes les données depuis le buffer source vers le début du buffer courant
EventBuffer::copyout() - Copies out specified number of bytes from the front of the buffer
EventBuffer::prependBuffer - Déplace toutes les données depuis le buffer source vers le début du buffer courant
EventBuffer::addBuffer() - Move all data from a buffer provided to the current instance of EventBuffer