| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--util.dataRead
        |
        +--classfile.classFileHeader
The classFileHeader contains the class file header information. This information is:
u4 magic -- magic number, the famous 0xcafebabe u2 minor_version u2 major_version
| Field Summary | |
private  int | 
magic
 | 
private  short | 
major_version
 | 
private  short | 
minor_version
 | 
| Fields inherited from class util.dataRead | 
bytesRead | 
| Constructor Summary | |
(package private) | 
classFileHeader(java.io.DataInputStream dStream)
 | 
| Method Summary | |
(package private)  void | 
pr()
 | 
| Methods inherited from class util.dataRead | 
getBytesRead, 
readU1, 
readU2, 
readU4 | 
| Methods inherited from class java.lang.Object | 
 | 
| Field Detail | 
private int magic
private short minor_version
private short major_version
| Constructor Detail | 
classFileHeader(java.io.DataInputStream dStream)
| Method Detail | 
void pr()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||