Skip to content

Commit 20f860e

Browse files
Update and rename list.md to buffer.md
1 parent 6c5c249 commit 20f860e

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
# Buffer List
2-
A list of members exposed in the Buffer namespace and interface.
3-
4-
## Buffer Members
1+
## Buffer
2+
The `Buffer` object is used to represent a contiguous block of memory
3+
4+
## Description
5+
6+
Buffers are useful for managing memory.
7+
They are useful for having enough space
8+
for storing data, while having limits.
9+
10+
## Members
511

612
* The Buffer.create(size: number) method stores bytes in a fixed size of memory.
713

0 commit comments

Comments
 (0)