Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/util/
DDataSource.java85 ByteBuffer getByteBuffer(long offset, int size) throws IOException; in getByteBuffer() method
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DByteArrayUtil.java43 private static ByteBuffer getByteBuffer( in getByteBuffer() method in ByteArrayUtil
/tools/apksig/src/main/java/com/android/apksig/internal/util/
DByteArrayDataSink.java116 public ByteBuffer getByteBuffer(long offset, int size) { in getByteBuffer() method in ByteArrayDataSink
194 public ByteBuffer getByteBuffer(long offset, int size) throws IOException { in getByteBuffer() method in ByteArrayDataSink.SliceDataSource
DByteBufferDataSource.java55 public ByteBuffer getByteBuffer(long offset, int size) { in getByteBuffer() method in ByteBufferDataSource
DChainedDataSource.java70 public ByteBuffer getByteBuffer(long offset, int size) throws IOException { in getByteBuffer() method in ChainedDataSource
DFileChannelDataSource.java159 public ByteBuffer getByteBuffer(long offset, int size) throws IOException { in getByteBuffer() method in FileChannelDataSource
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/
DZFileDataSource.java142 public ByteBuffer getByteBuffer(long offset, int size) throws IOException { in getByteBuffer() method in ZFileDataSource
/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DApkSigningBlockUtils.java351 private static ByteBuffer getByteBuffer(ByteBuffer source, int size) { in getByteBuffer() method in ApkSigningBlockUtils