Class jls.util.zip.ZipEntry

This class represents a zip entry.
Defined in: ZipEntry.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
jls.util.zip.ZipEntry(name, comment, extra, str)
Creates a zip entry.
Method Summary
Method Attributes Method Name and Description
 
Returns the file comment.
 
Returns the compressed size.
 
Returns the CRC.
 
Returns the compression method.
 
Returns the file name.
 
Returns the uncompressed size.
 
Returns the last modification date.
Class Detail
jls.util.zip.ZipEntry(name, comment, extra, str)
Creates a zip entry.
Parameters:
{String} name
The entry name.
comment
extra
str
Method Detail
{String} getComment()
Returns the file comment.
Returns:
{String} The file comment.

{Number} getCompressedSize()
Returns the compressed size.
Returns:
{Number} The compressed size.

{Number} getCrc()
Returns the CRC.
Returns:
{Number} The CRC.

{Number} getMethod()
Returns the compression method.
Returns:
{Number} The compression method.

{String} getName()
Returns the file name.
Returns:
{String} The file name.

{Number} getSize()
Returns the uncompressed size.
Returns:
{Number} The uncompressed size.

{Date} getTime()
Returns the last modification date.
Returns:
{Date} The last modification date.

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Jan 17 2011 23:56:21 GMT+0100 (CET)