com.bigzip.plugin.compression.data
Interface ArchiveData


public interface ArchiveData


Method Summary
 java.lang.String getComment()
           
 int getNumberOfEntries()
           
 int getVolumeNumber()
           
 void setComment(java.lang.String comment)
          Sets the optional comment string for the archive.
 void setNumberOfEntries(int entries)
          Assigns the number of entries in this archive volume.
 void setVolumeNumber(int volume)
          Assigns the volume number of this archive.
 

Method Detail

setComment

public void setComment(java.lang.String comment)
Sets the optional comment string for the archive.
Parameters:
comment - the comment string

getComment

public java.lang.String getComment()
Returns:
The comment attached to the entry.

getNumberOfEntries

public int getNumberOfEntries()
Returns:
the number of entries in this archive volume.

setNumberOfEntries

public void setNumberOfEntries(int entries)
Assigns the number of entries in this archive volume.
Parameters:
entries - number of entries.

getVolumeNumber

public int getVolumeNumber()
Returns:
volume number of this archive.

setVolumeNumber

public void setVolumeNumber(int volume)
Assigns the volume number of this archive.
Parameters:
volume - number of this volume.