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
Tag Archives: Node.js-Buffer-module
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