A Java Class File Format Reader The source code for my series of blog posts Learning the Java Class File Format. The Java Class File Format – an Overview 0xCAFEBABE – The Java Class File Magic Number Usage InputStream in = ... ClassFile classFile = ClassFile.read(in); classFile.getVersion();