aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/buffer/index.html
blob: f2a669fb1f52c8632b235b2480206b74bc9b7c98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
title: buffer (バッファー)
slug: Glossary/buffer
tags:
  - Buffer
  - CodingScripting
  - Glossary
  - NeedsContent
translation_of: Glossary/buffer
---
<p>バッファーは、データをある場所から別の場所へ移動させるときに、それを一時的に保存するために使われる物理メモリー内のストレージです。</p>

<h2 id="Learn_more" name="Learn_more">詳細情報</h2>

<h3 id="General_knowledge" name="General_knowledge">一般知識</h3>

<ul>
 <li>Wikipedia の<a href="https://ja.wikipedia.org/wiki/%E3%83%90%E3%83%83%E3%83%95%E3%82%A1">バッファ</a></li>
</ul>