Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.
/ java-cfr Public archive

A Java 7 class file reader written in JavaScript.

License

Notifications You must be signed in to change notification settings

innix/java-cfr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-cfr

A Java class file reader written in JavaScript. It reads the contents of a Java class file, and returns the structure as a JavaScript object. It has been written in compliance with the JVM specification (Java SE 7).

Note: this project is incomplete and untested. Do not use for production code.

Usage

An example usage within Node.js:

var jcfr = require("./lib/jcfr");

var json = jcfr.readFile("/path/to/file.class");
console.log(json);

License

You may use java-cfr under the terms of the MIT License (see LICENSE).

About

A Java 7 class file reader written in JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published