Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DZipDataInput.java62 ByteBuffer createByteBuffer(long offset, int size) throws IOException; in createByteBuffer() method
DByteBufferZipDataInput.java58 public ByteBuffer createByteBuffer(long offset, int size) { in createByteBuffer() method in ByteBufferZipDataInput
DRandomAccessFileZipDataInput.java137 public ByteBuffer createByteBuffer(long offset, int size) throws IOException { in createByteBuffer() method in RandomAccessFileZipDataInput