Skip to content

Instantly share code, notes, and snippets.

@aurorapar
Created April 6, 2018 09:16
Show Gist options
  • Save aurorapar/ef1013d8f9d160238d28ef9051575139 to your computer and use it in GitHub Desktop.
Save aurorapar/ef1013d8f9d160238d28ef9051575139 to your computer and use it in GitHub Desktop.
int blockLow = 0;
int blockHigh = 0;
byteStream.write(blockHigh);
byteStream.write(blockLow);
.
.
.
blockLow++;
if((byte) blockLow = 0 && (blockLow > 0 || blockHigh > 0))
blockHigh++;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment