Skip to content

Instantly share code, notes, and snippets.

View wolfheros's full-sized avatar

James Ji wolfheros

View GitHub Profile
@wolfheros
wolfheros / TypeSignature.java
Created April 19, 2021 02:10 — forked from ssfang/TypeSignature.java
Java VM Type Signatures
import java.lang.reflect.Constructor;
import java.lang.reflect.Method;
/**
* <h2>Type Signatures</h2><br/>
* The JNI uses the Java VM’s representation of type signatures. Table 3-2 shows
* these type signatures.
* <p/>
* Table 3-2 Java VM Type Signatures
*