Searched defs:feed (Results 1 – 6 of 6) sorted by relevance
/tools/apksig/src/main/java/com/android/apksig/util/ |
D | DataSource.java | 69 void feed(long offset, long size, DataSink sink) throws IOException; in feed() method
|
/tools/apksig/src/main/java/com/android/apksig/internal/util/ |
D | ByteArrayDataSink.java | 124 public void feed(long offset, long size, DataSink sink) throws IOException { in feed() method in ByteArrayDataSink 186 public void feed(long offset, long size, DataSink sink) throws IOException { in feed() method in ByteArrayDataSink.SliceDataSource
|
D | ByteBufferDataSource.java | 83 public void feed(long offset, long size, DataSink sink) throws IOException { in feed() method in ByteBufferDataSource
|
D | ChainedDataSource.java | 43 public void feed(long offset, long size, DataSink sink) throws IOException { in feed() method in ChainedDataSource
|
D | FileChannelDataSource.java | 93 public void feed(long offset, long size, DataSink sink) throws IOException { in feed() method in FileChannelDataSource
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/ |
D | ZFileDataSource.java | 101 public void feed(long offset, long size, @Nonnull DataSink sink) throws IOException { in feed() method in ZFileDataSource
|