Table of Contents

Class JarFile

Namespace
Java.Util.Jar
Assembly
MASES.Netdroid.dll
public class JarFile : ZipFile, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICloseable, IAutoCloseable
Inheritance
JVMBridgeBase
JVMBridgeBase<ZipFile>
JarFile
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<ZipFile>.IsAssignableFrom(IJavaType)
JVMBridgeBase<ZipFile>.IsAssignableFrom<T>()
JVMBridgeBase<ZipFile>.Execute<T>(params T[])
JVMBridgeBase<ZipFile>.DynBridgeClazz
JVMBridgeBase<ZipFile>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

JarFile()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public JarFile()

JarFile(File)

public JarFile(File arg0)

Parameters

arg0 File

File

Exceptions

IOException

JarFile(File, bool)

public JarFile(File arg0, bool arg1)

Parameters

arg0 File

File

arg1 bool

bool

Exceptions

IOException

JarFile(File, bool, int)

public JarFile(File arg0, bool arg1, int arg2)

Parameters

arg0 File

File

arg1 bool

bool

arg2 int

int

Exceptions

IOException

JarFile(String)

public JarFile(String arg0)

Parameters

arg0 String

String

Exceptions

IOException

JarFile(String, bool)

public JarFile(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Exceptions

IOException

JarFile(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public JarFile(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

MANIFEST_NAME

public static String MANIFEST_NAME { get; }

Property Value

String

Methods

GetJarEntry(String)

public JarEntry GetJarEntry(String arg0)

Parameters

arg0 String

String

Returns

JarEntry

JarEntry

GetManifest()

public Manifest GetManifest()

Returns

Manifest

Manifest

Exceptions

IOException

IsMultiRelease()

public bool IsMultiRelease()

Returns

bool

bool

VersionedStream()

public Stream<JarEntry> VersionedStream()

Returns

Stream<JarEntry>

Stream