HomeSort by relevance Sort by last modified time
    Searched defs:pokeByteArray (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/libcore/io/
Memory.java 171 public static native void pokeByteArray(int address, byte[] src, int offset, int count);
  /libcore/luni/src/main/java/java/nio/
MemoryBlock.java 152 public final void pokeByteArray(int offset, byte[] src, int srcOffset, int byteCount) {
153 Memory.pokeByteArray(address + offset, src, srcOffset, byteCount);

Completed in 43 milliseconds