31323334353637
throws ClassParserException, IOException { assertJVMMagic(dis); JVMVersion jvmVersion = readVersion(dis); // TODO: Depending on the supported JVM Versions - select one // appropriately return new DefaultClassFileParser(); }