| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| .settings | ||
| java/com/google/android/exoplayer | ||
| res | ||
| .classpath | ||
| .project | ||
| AndroidManifest.xml | ||
| project.properties |
Without this, the byte is cast as follows (in bits) if the top byte is set: 10000010 -> 1000000000000000000000000000010 This works because we then always shift at least one bit left, and only look at the bottom 8 bits of the result. It's confusing though. It's clearer if the cast to int gives just adds zeros to the front, like: 10000010 -> 0000000000000000000000010000010
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| .settings | Loading commit data... | |
| java/com/google/android/exoplayer | Loading commit data... | |
| res | Loading commit data... | |
| .classpath | Loading commit data... | |
| .project | Loading commit data... | |
| AndroidManifest.xml | Loading commit data... | |
| project.properties | Loading commit data... |