Table of Contents

Class DropBoxManager.Entry

Namespace
Android.Os
Assembly
MASES.Netdroid.dll
public class DropBoxManager.Entry : JVMBridgeBase<DropBoxManager.Entry>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable, ICloseable, IAutoCloseable
Inheritance
JVMBridgeBase
JVMBridgeBase<DropBoxManager.Entry>
DropBoxManager.Entry
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<DropBoxManager.Entry>.IsAssignableFrom(IJavaType)
JVMBridgeBase<DropBoxManager.Entry>.IsAssignableFrom<T>()
JVMBridgeBase<DropBoxManager.Entry>.Execute<T>(params T[])
JVMBridgeBase<DropBoxManager.Entry>.DynBridgeClazz
JVMBridgeBase<DropBoxManager.Entry>.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

Entry()

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

public Entry()

Entry(String, long)

public Entry(String arg0, long arg1)

Parameters

arg0 String

String

arg1 long

long

Entry(String, long, ParcelFileDescriptor, int)

public Entry(String arg0, long arg1, ParcelFileDescriptor arg2, int arg3)

Parameters

arg0 String

String

arg1 long

long

arg2 ParcelFileDescriptor

ParcelFileDescriptor

arg3 int

int

Entry(String, long, File, int)

public Entry(String arg0, long arg1, File arg2, int arg3)

Parameters

arg0 String

String

arg1 long

long

arg2 File

File

arg3 int

int

Exceptions

IOException

Entry(String, long, String)

public Entry(String arg0, long arg1, String arg2)

Parameters

arg0 String

String

arg1 long

long

arg2 String

String

Entry(String, long, byte[], int)

public Entry(String arg0, long arg1, byte[] arg2, int arg3)

Parameters

arg0 String

String

arg1 long

long

arg2 byte[]

byte

arg3 int

int

Entry(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 Entry(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; }

Property Value

Parcelable.Creator

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

Methods

Close()

public void Close()

DescribeContents()

public int DescribeContents()

Returns

int

int

GetFlags()

public int GetFlags()

Returns

int

int

GetInputStream()

public InputStream GetInputStream()

Returns

InputStream

InputStream

Exceptions

IOException

GetTag()

public String GetTag()

Returns

String

String

GetText(int)

public String GetText(int arg0)

Parameters

arg0 int

int

Returns

String

String

GetTimeMillis()

public long GetTimeMillis()

Returns

long

long

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int

Operators

implicit operator Parcelable(Entry)

Converter from DropBoxManager.Entry to Parcelable

public static implicit operator Parcelable(DropBoxManager.Entry t)

Parameters

t DropBoxManager.Entry

Returns

Parcelable

implicit operator Closeable(Entry)

Converter from DropBoxManager.Entry to Closeable

public static implicit operator Closeable(DropBoxManager.Entry t)

Parameters

t DropBoxManager.Entry

Returns

Closeable