--- old/src/java.base/share/classes/java/io/DataInput.java 2017-05-03 14:00:23.716414742 -0700 +++ new/src/java.base/share/classes/java/io/DataInput.java 2017-05-03 14:00:23.584409032 -0700 @@ -59,8 +59,9 @@ * far left-hand column. * *
- * + *
+ * + * * * * * - * + * * @@ -86,14 +87,14 @@ * * * - * + * * * - * + * * * * - * + * * * - * + * * * - * + * * + * *
Bit values and bytes
* All characters in the range {@code '\u005Cu0001'} to @@ -71,7 +72,7 @@ * Bit Values
Byte 1Byte 10 * bits 6-0 *
Bit Values
Byte 1Byte 11 * 1 * 0 * bits 10-6 *
Byte 2Byte 21 * 0 * bits 5-0 @@ -108,7 +109,7 @@ * Bit Values
Byte 1Byte 11 * 1 * 1 @@ -116,17 +117,18 @@ * bits 15-12 *
Byte 2Byte 21 * 0 * bits 11-6 *
Byte 3Byte 31 * 0 * bits 5-0 *
*
*