The members of Java.Util.Zip.ZipEntry are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Comment | string. Returns the comment for this ZipEntry, or null if there is no comment. | |
CompressedSize | long. Gets the compressed size of this ZipEntry. | |
Crc | long. Gets the checksum for this ZipEntry. | |
[read-only] | IsDirectory | bool. Determine whether or not this ZipEntry is a directory. |
Method | int. Gets the compression method for this ZipEntry. | |
[read-only] | Name | string. Gets the name of this ZipEntry. |
Size | long. Gets the uncompressed size of this ZipEntry. | |
Time | long. Gets the last modification time of this ZipEntry. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |