public static class ApkSignerEngine.OutputJarSignatureRequest.JarEntry
extends java.lang.Object
| Constructor and Description |
|---|
JarEntry(java.lang.String name,
byte[] data)
Constructs a new
JarEntry with the provided name and data. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Returns the uncompressed data of this JAR entry.
|
java.lang.String |
getName()
Returns the name of this ZIP entry.
|
public JarEntry(java.lang.String name,
byte[] data)
JarEntry with the provided name and data.data - uncompressed data of the entry. Changes to this array will not be
reflected in getData().