SyntaxFix
Write A Post
Hire A Developer
Questions
for (int i = 0; i < buffer.length; i++) { a = (a << 8) | buffer[i]; if (i % 3 == 0) { //a is ready a = 0; } }