Searched defs:getByteBuffer (Results 1 – 8 of 8) sorted by relevance
85 ByteBuffer getByteBuffer(long offset, int size) throws IOException; in getByteBuffer() method
43 private static ByteBuffer getByteBuffer( in getByteBuffer() method in ByteArrayUtil
116 public ByteBuffer getByteBuffer(long offset, int size) { in getByteBuffer() method in ByteArrayDataSink194 public ByteBuffer getByteBuffer(long offset, int size) throws IOException { in getByteBuffer() method in ByteArrayDataSink.SliceDataSource
55 public ByteBuffer getByteBuffer(long offset, int size) { in getByteBuffer() method in ByteBufferDataSource
70 public ByteBuffer getByteBuffer(long offset, int size) throws IOException { in getByteBuffer() method in ChainedDataSource
159 public ByteBuffer getByteBuffer(long offset, int size) throws IOException { in getByteBuffer() method in FileChannelDataSource
142 public ByteBuffer getByteBuffer(long offset, int size) throws IOException { in getByteBuffer() method in ZFileDataSource
351 private static ByteBuffer getByteBuffer(ByteBuffer source, int size) { in getByteBuffer() method in ApkSigningBlockUtils