aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/buffer/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/glossary/buffer/index.html')
-rw-r--r--files/es/glossary/buffer/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/files/es/glossary/buffer/index.html b/files/es/glossary/buffer/index.html
new file mode 100644
index 0000000000..701d5d9316
--- /dev/null
+++ b/files/es/glossary/buffer/index.html
@@ -0,0 +1,17 @@
+---
+title: Buffer
+slug: Glossary/Buffer
+tags:
+ - Buffer
+ - Glosario
+translation_of: Glossary/buffer
+---
+<p>Un búfer es un espacio de memoria en el que se almacenan datos de forma temporal mientras se están transfiriendo de un sitio a otro.</p>
+
+<h2 id="Saber_más">Saber más</h2>
+
+<h3 id="Conocimiento_general">Conocimiento general</h3>
+
+<ul>
+ <li><a href="https://es.wikipedia.org/wiki/B%C3%BAfer_de_datos">Búfer de datos</a> en Wikipedia</li>
+</ul>