(long handle)
| 175 | protected native static long createNewSliceFromString(final String str); |
| 176 | private native int size0(long handle); |
| 177 | private native boolean empty0(long handle); |
| 178 | private native String toString0(long handle, boolean hex); |
| 179 | private native int compare0(long handle, long otherHandle); |
| 180 | private native boolean startsWith0(long handle, long otherHandle); |