Home
last modified time | relevance | path

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

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DLazyDelegateByteSource.java118 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/
DCloseableDelegateByteSource.java124 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/
DDataSource.java97 void copyTo(long offset, int size, ByteBuffer dest) throws IOException; in copyTo() method
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/
DStreamingReader.kt103 fun copyTo(tmpBuffer: ByteArray, lineStartIndex: Long, lineEndIndex: Long) { in get() method
/tools/apksig/src/test/java/com/android/apksig/internal/util/
DChainedDataSourceTest.java86 public void copyTo() throws Exception { in copyTo() method in ChainedDataSourceTest
/tools/apksig/src/main/java/com/android/apksig/internal/util/
DByteArrayDataSink.java132 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
DByteBufferDataSource.java78 public void copyTo(long offset, int size, ByteBuffer dest) { in copyTo() method in ByteBufferDataSource
DChainedDataSource.java97 public void copyTo(long offset, int size, ByteBuffer dest) throws IOException { in copyTo() method in ChainedDataSource
DFileChannelDataSource.java127 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/
DZFileDataSource.java126 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/
DCentralDirectoryRecord.java193 public void copyTo(ByteBuffer output) { in copyTo() method in CentralDirectoryRecord