Home
last modified time | relevance | path

Searched defs:directRead (Results 1 – 1 of 1) sorted by relevance

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java2334 public int directRead(long offset, @Nonnull byte[] data, int start, int count) in directRead() method
2353 public int directRead(long offset, @Nonnull ByteBuffer dest) throws IOException { in directRead() method
2379 public int directRead(long offset, @Nonnull byte[] data) throws IOException { in directRead() method