Clean up casts a little in the range encoder classes.
OutputStream.write(int) has an int argument so it's useless to cast to byte in shiftLow().
Loading
Please sign in to comment
OutputStream.write(int) has an int argument so it's useless to cast to byte in shiftLow().