Java.Util.Zip.ZipEntry.CompressedSize Property
Gets the compressed size of this ZipEntry.

Syntax

[get: Android.Runtime.Register("getCompressedSize", "()J", "GetGetCompressedSizeHandler")]
[set: Android.Runtime.Register("setCompressedSize", "(J)V", "GetSetCompressedSize_JHandler")]
public virtual long CompressedSize { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the compressed size of this ZipEntry.

Set method documentation [Android Documentation]

Sets the compressed size for this ZipEntry.

Requirements

Namespace: Java.Util.Zip
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1