Created
April 6, 2018 09:16
-
-
Save aurorapar/ef1013d8f9d160238d28ef9051575139 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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