Package | Description |
---|---|
com.android.apksig | |
com.android.apksig.util |
Modifier and Type | Method and Description |
---|---|
DataSink |
ApkSignerEngine.InspectJarEntryRequest.getDataSink()
Returns the data sink into which the entry's uncompressed data should be sent.
|
Modifier and Type | Method and Description |
---|---|
ApkSigner.Builder |
ApkSigner.Builder.setOutputApk(DataSink outputApkOut,
DataSource outputApkIn)
Sets the sink which will receive the output (signed) APK.
|
Modifier and Type | Method and Description |
---|---|
static DataSink |
DataSinks.asDataSink(OutputStream out)
Returns a
DataSink which outputs received data into the provided
OutputStream . |
static DataSink |
DataSinks.asDataSink(RandomAccessFile file)
Returns a
DataSink which outputs received data into the provided file, sequentially,
starting at the beginning of the file. |
Modifier and Type | Method and Description |
---|---|
void |
DataSource.feed(long offset,
long size,
DataSink sink)
Feeds the specified chunk from this data source into the provided sink.
|
Copyright © 2016. All rights reserved.