James Coglan
|
ba6c47dd77
|
Extract the Java integer parsing into a helper class.
|
2017-03-26 12:08:49 +01:00 |
|
James Coglan
|
6706fe31ce
|
In order to correctly serialise the length of long frames, the Frame.length field should be a long and bitshifting should be done with >>>. This necessitates various casts to ints, which is what byte[] sizes are measured in.
|
2017-03-01 18:11:20 +00:00 |
|
James Coglan
|
79134ffade
|
Adjust formatting in construction of first byte in Unparser.
|
2017-03-01 09:11:53 +00:00 |
|
James Coglan
|
2d60b40b94
|
Implement Unparser in Java and use the native unparser in native_spec.rb.
|
2017-03-01 00:57:20 +00:00 |
|