|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.repository.impl.meta.Archive.ArchiveFile
public abstract static class Archive.ArchiveFile
General parent for the actual files referenced in an archive.
| Constructor Summary | |
|---|---|
Archive.ArchiveFile()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getChecksum()
Gets the checksum for the zip. |
abstract long |
getSize()
Gets the size of the zip. |
abstract java.lang.String |
getUrl()
Gets the URL to download from. |
void |
setChecksum(java.lang.String checksum)
Sets the checksum for this zip. |
void |
setSize(long size)
Sets the size of the zip; |
void |
setUrl(java.lang.String url)
Sets the URL to download from. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Archive.ArchiveFile()
| Method Detail |
|---|
@NonNull public abstract java.lang.String getChecksum()
public void setChecksum(@NonNull
java.lang.String checksum)
@NonNull public abstract java.lang.String getUrl()
public void setUrl(@NonNull
java.lang.String url)
public abstract long getSize()
public void setSize(long size)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||