Table of Contents

Class ZipEntry

Namespace
Java.Util.Zip
Assembly
MASES.Netdroid.dll
public class ZipEntry : JVMBridgeBase<ZipEntry>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ICloneable
Inheritance
ZipEntry
Implements
Derived
Extension Methods

Constructors

ZipEntry(String)

public ZipEntry(String arg0)

Parameters

arg0 String

String

ZipEntry(ZipEntry)

public ZipEntry(ZipEntry arg0)

Parameters

arg0 ZipEntry

ZipEntry

ZipEntry(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ZipEntry(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DEFLATED

public static int DEFLATED { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

STORED

public static int STORED { get; set; }

Property Value

int

Methods

CreatePoolableInstance(String)

HPA initializer for ZipEntry(Java.Lang.String arg0)

public static ZipEntry CreatePoolableInstance(String arg0)

Parameters

arg0 String

Returns

ZipEntry

CreatePoolableInstance(ZipEntry)

HPA initializer for ZipEntry(Java.Util.Zip.ZipEntry arg0)

public static ZipEntry CreatePoolableInstance(ZipEntry arg0)

Parameters

arg0 ZipEntry

Returns

ZipEntry

GetComment()

public String GetComment()

Returns

String

String

GetCompressedSize()

public long GetCompressedSize()

Returns

long

long

GetCrc()

public long GetCrc()

Returns

long

long

GetCreationTime()

public FileTime GetCreationTime()

Returns

FileTime

FileTime

GetExtra()

public byte[] GetExtra()

Returns

byte[]

byte

GetLastAccessTime()

public FileTime GetLastAccessTime()

Returns

FileTime

FileTime

GetLastModifiedTime()

public FileTime GetLastModifiedTime()

Returns

FileTime

FileTime

GetMethod()

public int GetMethod()

Returns

int

int

GetName()

public String GetName()

Returns

String

String

GetSize()

public long GetSize()

Returns

long

long

GetTime()

public long GetTime()

Returns

long

long

GetTimeLocal()

public LocalDateTime GetTimeLocal()

Returns

LocalDateTime

LocalDateTime

IsDirectory()

public bool IsDirectory()

Returns

bool

bool

SetComment(String)

public void SetComment(String arg0)

Parameters

arg0 String

String

SetCompressedSize(long)

public void SetCompressedSize(long arg0)

Parameters

arg0 long

long

SetCrc(long)

public void SetCrc(long arg0)

Parameters

arg0 long

long

SetCreationTime(FileTime)

public ZipEntry SetCreationTime(FileTime arg0)

Parameters

arg0 FileTime

FileTime

Returns

ZipEntry

ZipEntry

SetExtra(byte[])

public void SetExtra(byte[] arg0)

Parameters

arg0 byte[]

byte

SetLastAccessTime(FileTime)

public ZipEntry SetLastAccessTime(FileTime arg0)

Parameters

arg0 FileTime

FileTime

Returns

ZipEntry

ZipEntry

SetLastModifiedTime(FileTime)

public ZipEntry SetLastModifiedTime(FileTime arg0)

Parameters

arg0 FileTime

FileTime

Returns

ZipEntry

ZipEntry

SetMethod(int)

public void SetMethod(int arg0)

Parameters

arg0 int

int

SetSize(long)

public void SetSize(long arg0)

Parameters

arg0 long

long

SetTime(long)

public void SetTime(long arg0)

Parameters

arg0 long

long

SetTimeLocal(LocalDateTime)

public void SetTimeLocal(LocalDateTime arg0)

Parameters

arg0 LocalDateTime

LocalDateTime

Operators

implicit operator Cloneable(ZipEntry)

Converter from ZipEntry to Cloneable

public static implicit operator Cloneable(ZipEntry t)

Parameters

t ZipEntry

Returns

Cloneable