Java.Util.Zip.ZipEntry: Property Members

The properties of Java.Util.Zip.ZipEntry are listed below. For a list of all members, see the ZipEntry Members list.

See Also: Inherited members from Java.Lang.Object

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.