InterviewSolution
Saved Bookmarks
| 1. |
What Is Purpose Of Buffer Class In Node? |
|
Answer» Buffer class is a global class and can be accessed in application WITHOUT importing buffer module. A Buffer is a KIND of an ARRAY of integers and CORRESPONDS to a raw MEMORY allocation outside the V8 heap. A Buffer cannot be resized. Buffer class is a global class and can be accessed in application without importing buffer module. A Buffer is a kind of an array of integers and corresponds to a raw memory allocation outside the V8 heap. A Buffer cannot be resized. |
|