equal
deleted
inserted
replaced
|
1 -*- outline -*- |
|
2 |
|
3 * Class version. |
|
4 |
|
5 See value of 6 and 8 bytes in .class file: |
|
6 |
|
7 {0xCA, 0xFE, 0xBA, 0xBE, 0x00, minor, 0x00, major} |
|
8 |
|
9 major minor Java platform version |
|
10 45 3 1.0 |
|
11 45 3 1.1 |
|
12 46 0 1.2 |
|
13 47 0 1.3 |
|
14 48 0 1.4 |
|
15 49 0 1.5 |
|
16 50 0 1.6 |