Skip to content

Tag Archives: Node.js-Buffer-module

Buffer is a temporary memory storage which stores the data when it is being moved from one place to another. It’s like the array of… Read More
The Buffer.readIntBE() method is used to read the number of bytes for a buffer at a given offset and interprets the result as a two’s… Read More