--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
> hi,all
>
> I have a question about buffer in node.js.Is buffer big endian or
> little endian by default?Or is it dependent on native platform?
>
> I think this is a big problem in networking programming,anybody
> knows it?
The Buffer class in Node.js is a byte buffer. Endianness applies to
multi-byte data. A buffer is just bytes. Any ordering on those bytes
is imposed at a higher level.
Correct me if I'm wrong.
--
Alan Gutierrez - http://twitter.com/bigeasy - http://github.com/bigeasy
hi friends,i think buffer is also similar to array,but entirely deals with raw memory allocations like malloc,calloc etc.,not like new and delete operators.but actually what the problem is i cant distinguish those differences clearly..
--
--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.