Searched defs:readFullyAt (Results 1 - 3 of 3) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/java/util/zip/
H A DZipFile.java1019 private final int readFullyAt(byte[] buf, int off, int len, long pos) method in class:ZipFile.Source
[all...]
/openjdk10/jdk/src/java.base/share/native/libzip/
H A Dzip_util.c215 readFullyAt(ZFILE zfd, void *buf, jlong len, jlong offset) function
[all...]
/openjdk10/jdk/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipFileSystem.java947 final long readFullyAt(byte[] buf, int off, long len, long pos) method in class:ZipFileSystem
956 private final long readFullyAt(ByteBuffer bb, long pos) method in class:ZipFileSystem
[all...]

Completed in 111 milliseconds