What are the differences between “readuintbe” and “writeintbe” in node.js?



What are the differences between “readuintbe” and “writeintbe” in node.js?..

Answer / Ashish Khare

{n "readuintbe": "Reads an unsigned integer in big-endian byte order from a Buffer",n "writeintbe": "Writes an integer (signed or unsigned) in big-endian byte order to a Buffer",n "difference": "One reads data and the other writes data, both using big-endian byte order"n}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

What does node.js tty module contains?

1 Answers  


Why Node.js is based on single threaded architecture?

1 Answers  


Who developed node js?

1 Answers  


Explain 'buffer class' in node.js?

1 Answers  


What is the purpose of node.js module.exports?

1 Answers  


What does an http server do?

1 Answers  


Why do we use __filename in Node.js?

1 Answers  


What is jit and how is it related to node js?

1 Answers  


How to debug node.js applications?

1 Answers  


What is the repl in context of node.js?

1 Answers  


What is the passport in Node.js?

1 Answers  


What is acceptance test driven development (atdd)?

1 Answers  


Categories