Class: Entry

helma.Zip.Entry(entry)

Instances of this class represent a single zip archive entry, containing the (meta)data of the entry.

Constructor

new Entry(entry)

Creates a new instance of helma.Zip.Entry
Parameters:
Name Type Description
entry java.util.zip.ZipEntry The zip entry object whose metadata should be stored in this instance
Source:
Returns:
A newly created helma.Zip.Entry instance.

Members

data :ByteArray

The data of the zip entry
Type:
  • ByteArray
Source:

isDirectory :Boolean

True if the entry is a directory, false otherwise
Type:
  • Boolean
Source:

name :String

The name of the zip archive entry
Type:
  • String
Source:

size :Number

The size of the entry in bytes
Type:
  • Number
Source:

time :Date

The file date of the entry
Type:
  • Date
Source: