public static interface ApkSignerEngine.InspectJarEntryRequest
The entry's uncompressed data must be provided to the data sink returned by
getDataSink(). Once the entry's data has been provided to the sink, done()
must be invoked.
| Modifier and Type | Method and Description |
|---|---|
void |
done()
Indicates that entry's data has been provided in full.
|
DataSink |
getDataSink()
Returns the data sink into which the entry's uncompressed data should be sent.
|
String |
getEntryName()
Returns the name of the JAR entry.
|
Copyright © 2016. All rights reserved.