public static class ApkSignerEngine.OutputJarSignatureRequest.JarEntry extends Object
Constructor and Description |
---|
JarEntry(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.
|
String |
getName()
Returns the name of this ZIP entry.
|
public String getName()
public byte[] getData()
Copyright © 2016. All rights reserved.