node-struct icon indicating copy to clipboard operation
node-struct copied to clipboard

Handy work with buffers in NodeJS

Results 8 node-struct issues
Sort by recently updated
recently updated
newest added

Usually array in buffer are defined with array size contained in a field stored above, that can be done to read non defined array length ?

Hi, currently I'm using your package in a Typescript project that I have inherited from a collegue. I really enjoy working with it, so far. What do you think about...

Some buffer streams are returned in an internal byte order and are thus reversed. Could offer an option to support this or new functions.

Hey. What about if the structure is an array and its length is not defined? I see an option to use an array with a larger advance. Is it going...

I'm using a 64-bit Linux. My problem is that `long` has 64 bits on my system while it has 32 bits on 32 bit machines. Is there a way to...

No Null-terminating string support?

I am using struct to write the header of binary files. If the struct template is Header, is it ok to do: Header.allocate(); var data1=Header.buffer(); fill data1 with my settings,...

I am in a Chinese Company,in my project,I want exchange data from node.js to C++ Application.Can I Use this library to help me?