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

  /libcore/luni/src/main/java/libcore/io/
Memory.java 158 public static native void peekByteArray(int address, byte[] dst, int dstOffset, int byteCount);
  /libcore/luni/src/main/java/java/nio/
MemoryBlock.java 184 public final void peekByteArray(int offset, byte[] dst, int dstOffset, int byteCount) {
185 Memory.peekByteArray(address + offset, dst, dstOffset, byteCount);

Completed in 49 milliseconds