Java.Util.Zip.ZipEntry Members

The members of Java.Util.Zip.ZipEntry are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructs a new ZipEntry using the values obtained from ze.
Constructs a new ZipEntry with the specified name.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
Deflatedint (8). Zip entry state: Deflated.
const
Storedint (0). Zip entry state: Stored.

Public Properties

Commentstring. Returns the comment for this ZipEntry, or null if there is no comment.
CompressedSizelong. Gets the compressed size of this ZipEntry.
Crclong. Gets the checksum for this ZipEntry.
[read-only]
IsDirectorybool. Determine whether or not this ZipEntry is a directory.
Methodint. Gets the compression method for this ZipEntry.
[read-only]
Namestring. Gets the name of this ZipEntry.
Sizelong. Gets the uncompressed size of this ZipEntry.
Timelong. Gets the last modification time of this ZipEntry.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Clone() : Java.Lang.Object
Returns a deep copy of this zip entry.
GetExtra() : byte[]
Gets the extra information for this ZipEntry.
SetExtra(byte[])
Sets the extra information for this ZipEntry.