ZipEntry.Crc Property

Definition

Returns the CRC-32 checksum of the uncompressed entry data. -or- Sets the CRC-32 checksum of the uncompressed entry data.

public virtual long Crc { [Android.Runtime.Register("getCrc", "()J", "GetGetCrcHandler")] get; [Android.Runtime.Register("setCrc", "(J)V", "GetSetCrc_JHandler")] set; }
[<get: Android.Runtime.Register("getCrc", "()J", "GetGetCrcHandler")>]
[<set: Android.Runtime.Register("setCrc", "(J)V", "GetSetCrc_JHandler")>]
member this.Crc : int64 with get, set

Property Value

the CRC-32 checksum of the uncompressed entry data, or -1 if not known

Attributes

Exceptions

if value is 0xFFFFFFFFL.

Remarks

Property getter documentation:

Returns the CRC-32 checksum of the uncompressed entry data.

Java documentation for java.util.zip.ZipEntry.getCrc().

Property setter documentation:

Sets the CRC-32 checksum of the uncompressed entry data.

Java documentation for java.util.zip.ZipEntry.setCrc(long).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to