equal
deleted
inserted
replaced
37 * |
37 * |
38 * @author Arthur van Hoff |
38 * @author Arthur van Hoff |
39 * @see java.io.DataOutputStream |
39 * @see java.io.DataOutputStream |
40 * @since 1.0 |
40 * @since 1.0 |
41 */ |
41 */ |
42 public |
42 public class DataInputStream extends FilterInputStream implements DataInput { |
43 class DataInputStream extends FilterInputStream implements DataInput { |
|
44 |
43 |
45 /** |
44 /** |
46 * Creates a DataInputStream that uses the specified |
45 * Creates a DataInputStream that uses the specified |
47 * underlying InputStream. |
46 * underlying InputStream. |
48 * |
47 * |