public class SignedApk
extends java.lang.Object
implements com.android.zipflinger.Archive
| Constructor and Description |
|---|
SignedApk(java.io.File file,
SignedApkOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(com.android.zipflinger.BytesSource source)
See Archive.add documentation
|
void |
add(com.android.zipflinger.ZipSource sources)
See Archive.add documentation
|
void |
close() |
void |
delete(java.lang.String name)
See Archive.delete documentation
|
public SignedApk(@NonNull
java.io.File file,
@NonNull
SignedApkOptions options)
throws java.security.InvalidKeyException,
java.io.IOException
java.security.InvalidKeyExceptionjava.io.IOExceptionpublic void add(@NonNull
com.android.zipflinger.BytesSource source)
throws java.io.IOException
add in interface com.android.zipflinger.Archivejava.io.IOExceptionpublic void add(@NonNull
com.android.zipflinger.ZipSource sources)
throws java.io.IOException
add in interface com.android.zipflinger.Archivejava.io.IOExceptionpublic void delete(@NonNull
java.lang.String name)
delete in interface com.android.zipflinger.Archivepublic void close()
throws java.io.IOException
close in interface com.android.zipflinger.Archiveclose in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOException