mirror of
https://github.com/corda/corda.git
synced 2025-06-13 12:48:18 +00:00
more JNI work
This commit is contained in:
8
classpath/java/lang/String.java
Normal file
8
classpath/java/lang/String.java
Normal file
@ -0,0 +1,8 @@
|
||||
package java.lang;
|
||||
|
||||
public final class String {
|
||||
private byte[] bytes;
|
||||
private int offset;
|
||||
private int length;
|
||||
private int hash;
|
||||
}
|
Reference in New Issue
Block a user