more JNI work

This commit is contained in:
Joel Dice
2007-06-24 19:34:07 -06:00
parent f606f2d30a
commit 400b3633d7
13 changed files with 1291 additions and 115 deletions

View File

@ -0,0 +1,8 @@
package java.lang;
public final class String {
private byte[] bytes;
private int offset;
private int length;
private int hash;
}