/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
D | LazyDelegateByteSource.java | 118 public long copyTo(@Nonnull OutputStream output) throws IOException { in copyTo() method in LazyDelegateByteSource 123 public long copyTo(@Nonnull ByteSink sink) throws IOException { in copyTo() method in LazyDelegateByteSource
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/ |
D | CloseableDelegateByteSource.java | 124 public long copyTo(@Nonnull OutputStream output) throws IOException { in copyTo() method in CloseableDelegateByteSource 129 public long copyTo(@Nonnull ByteSink sink) throws IOException { in copyTo() method in CloseableDelegateByteSource
|
/tools/apksig/src/main/java/com/android/apksig/util/ |
D | DataSource.java | 97 void copyTo(long offset, int size, ByteBuffer dest) throws IOException; in copyTo() method
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/ |
D | StreamingReader.kt | 103 fun copyTo(tmpBuffer: ByteArray, lineStartIndex: Long, lineEndIndex: Long) { in get() method
|
/tools/apksig/src/test/java/com/android/apksig/internal/util/ |
D | ChainedDataSourceTest.java | 86 public void copyTo() throws Exception { in copyTo() method in ChainedDataSourceTest
|
/tools/apksig/src/main/java/com/android/apksig/internal/util/ |
D | ByteArrayDataSink.java | 132 public void copyTo(long offset, int size, ByteBuffer dest) throws IOException { in copyTo() method in ByteArrayDataSink 202 public void copyTo(long offset, int size, ByteBuffer dest) throws IOException { in copyTo() method in ByteArrayDataSink.SliceDataSource
|
D | ByteBufferDataSource.java | 78 public void copyTo(long offset, int size, ByteBuffer dest) { in copyTo() method in ByteBufferDataSource
|
D | ChainedDataSource.java | 97 public void copyTo(long offset, int size, ByteBuffer dest) throws IOException { in copyTo() method in ChainedDataSource
|
D | FileChannelDataSource.java | 127 public void copyTo(long offset, int size, ByteBuffer dest) throws IOException { in copyTo() method in FileChannelDataSource
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/ |
D | ZFileDataSource.java | 126 public void copyTo(long offset, int size, @Nonnull ByteBuffer dest) throws IOException { in copyTo() method in ZFileDataSource
|
/tools/apksig/src/main/java/com/android/apksig/internal/zip/ |
D | CentralDirectoryRecord.java | 193 public void copyTo(ByteBuffer output) { in copyTo() method in CentralDirectoryRecord
|