Home
last modified time | relevance | path

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

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java2391 public void directFullyRead(long offset, @Nonnull byte[] data) throws IOException { in directFullyRead() method
2403 public void directFullyRead(long offset, @Nonnull ByteBuffer dest) throws IOException { in directFullyRead() method