| Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||
java.lang.Object | +--EntryInfo
| Constructor Summary | |
| EntryInfo(long size,
float ratio,
java.lang.String name)
Constructeur de la classe |
|
| Method Summary | |
| java.lang.String | getName()
retourne le nom de l'entree zip |
| float | getRatio()
retourne le rapport de compression |
| long | getSize()
retourne la taille de l'entree |
| void | setName(java.lang.String name)
place le nom de l'archive |
| void | setRatio(float ratio)
place le rapport de compression |
| void | setSize(long size)
place la taille de l'archive |
| Methods inherited from class java.lang.Object | |
| clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait | |
| Constructor Detail |
public EntryInfo(long size,
float ratio,
java.lang.String name)
long
- size la taille d'une entree
float
- ratio le rapport de compression
String
- name le nom de l'entree| Method Detail |
public long getSize()
public float getRatio()
public java.lang.String getName()
public void setSize(long size)
long
- size la taillepublic void setRatio(float ratio)
float
- ratio le rapportpublic void setName(java.lang.String name)
String
- name le nom de l'entree| Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||