Shift the bits of the first byte in the buffer and compare it to zero. if (mybuffer[0]>>>7 == 0) console.log('first bit of first byte in mybuffer is 0') See ...
確定! 回上一頁