Searched defs:pokeByteArray (Results 1 – 2 of 2) sorted by relevance
171 public static native void pokeByteArray(long address, byte[] src, int offset, int count); in pokeByteArray() method in Memory
151 public final void pokeByteArray(int offset, byte[] src, int srcOffset, int byteCount) { in pokeByteArray() method in MemoryBlock