EndCentralDirectoryInfo

public final class EndCentralDirectoryInfo
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.zip.EndCentralDirectoryInfo


EndCentralDirectoryInfo est une classe contenant les informations générales d'un fichier ZIP. Il se trouve à la fin du fichier ZIP.

Format global du fichier ZIP: [En-tête de fichier local + Données compressées [+ En-tête local étendu]?]* [Central directory]* [End of central directory record]

Pour en savoir plus, consultez le lien suivant: https://fr.wikipedia.org/wiki/Zip_(format_de_fichier)

Résumé

Constantes

int MAX_LOOKBACK

Constructeurs publics

EndCentralDirectoryInfo(File zipFile)

Constructeur permettant de collecter les informations du répertoire central de fin d'un fichier ZIP.

EndCentralDirectoryInfo(File zipFile, boolean useZip64)

Constructeur permettant de collecter les informations du répertoire central de fin d'un fichier ZIP.

Méthodes publiques

long getCentralDirOffset()
long getCentralDirSize()
long getEntryNumber()

Constantes

MAX_LOOKBACK

public static final int MAX_LOOKBACK

Valeur constante : 65536 (0x00010000)

Constructeurs publics

EndCentralDirectoryInfo

public EndCentralDirectoryInfo (File zipFile)

Constructeur permettant de collecter les informations du répertoire central de fin d'un fichier ZIP.

Paramètres
zipFile File: un ERROR(/File) contient les informations du répertoire central de fin. Il s'agit probablement de la dernière partie du fichier ZIP.

Génère
IOException

EndCentralDirectoryInfo

public EndCentralDirectoryInfo (File zipFile, 
                boolean useZip64)

Constructeur permettant de collecter les informations du répertoire central de fin d'un fichier ZIP.

Paramètres
zipFile File: un ERROR(/File) contient les informations du répertoire central de fin. Il s'agit probablement de la fin du fichier ZIP.

useZip64 boolean: valeur booléenne permettant d'accepter le format zip64 pour les téléchargements partiels.

Génère
IOException

Méthodes publiques

getCentralDirOffset

public long getCentralDirOffset ()

Renvoie
long

getCentralDirSize

public long getCentralDirSize ()

Renvoie
long

getEntryNumber

public long getEntryNumber ()

Renvoie
long