Table of Contents

Class DropBoxManager.Entry

Namespace
Android.Os
Assembly
MASES.Netdroid.dll
public class DropBoxManager.Entry : JVMBridgeBase<DropBoxManager.Entry>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ICloseable, IAutoCloseable, IParcelable
Inheritance
DropBoxManager.Entry
Implements
Extension Methods

Constructors

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(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 Entry(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

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

Methods

Close()

public void Close()

CreatePoolableInstance(String, long)

HPA initializer for Entry(Java.Lang.String arg0, long arg1)

public static DropBoxManager.Entry CreatePoolableInstance(String arg0, long arg1)

Parameters

arg0 String
arg1 long

Returns

DropBoxManager.Entry

CreatePoolableInstance(String, long, ParcelFileDescriptor, int)

HPA initializer for Entry(Java.Lang.String arg0, long arg1, Android.Os.ParcelFileDescriptor arg2, int arg3)

public static DropBoxManager.Entry CreatePoolableInstance(String arg0, long arg1, ParcelFileDescriptor arg2, int arg3)

Parameters

arg0 String
arg1 long
arg2 ParcelFileDescriptor
arg3 int

Returns

DropBoxManager.Entry

CreatePoolableInstance(String, long, File, int)

HPA initializer for Entry(Java.Lang.String arg0, long arg1, Java.Io.File arg2, int arg3)

public static DropBoxManager.Entry CreatePoolableInstance(String arg0, long arg1, File arg2, int arg3)

Parameters

arg0 String
arg1 long
arg2 File
arg3 int

Returns

DropBoxManager.Entry

CreatePoolableInstance(String, long, String)

HPA initializer for Entry(Java.Lang.String arg0, long arg1, Java.Lang.String arg2)

public static DropBoxManager.Entry CreatePoolableInstance(String arg0, long arg1, String arg2)

Parameters

arg0 String
arg1 long
arg2 String

Returns

DropBoxManager.Entry

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

HPA initializer for Entry(Java.Lang.String arg0, long arg1, byte[] arg2, int arg3)

public static DropBoxManager.Entry CreatePoolableInstance(String arg0, long arg1, byte[] arg2, int arg3)

Parameters

arg0 String
arg1 long
arg2 byte[]
arg3 int

Returns

DropBoxManager.Entry

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