package vm; public abstract class Strings { public static native String wrap(char[] array, int offset, int length); }