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/ |
| D | ZipDataInput.java | 42 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
|
| D | ByteBufferZipDataInput.java | 45 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
|
| D | RandomAccessFileZipDataInput.java | 85 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
|