Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DZipDataInput.java42 void copyTo(long offset, long size, ZipDataOutput output) throws IOException; in copyTo() method
52 void copyTo(long offset, int size, ByteBuffer buffer) throws IOException; in copyTo() method
DByteBufferZipDataInput.java45 public void copyTo(long offset, long size, ZipDataOutput output) throws IOException { in copyTo() method in ByteBufferZipDataInput
53 public void copyTo(long offset, int size, ByteBuffer buffer) throws IOException { in copyTo() method in ByteBufferZipDataInput
DRandomAccessFileZipDataInput.java85 public void copyTo(long offset, long size, ZipDataOutput output) throws IOException { in copyTo() method in RandomAccessFileZipDataInput
108 public void copyTo(long offset, int size, ByteBuffer buffer) throws IOException { in copyTo() method in RandomAccessFileZipDataInput