Table of Contents

Class BlobStoreManager.Session

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

Session()

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

public Session()

Session(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 Session(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

Methods

Abandon()

public void Abandon()

Exceptions

IOException

AllowPackageAccess(String, byte[])

public void AllowPackageAccess(String arg0, byte[] arg1)

Parameters

arg0 String

String

arg1 byte[]

byte

Exceptions

IOException

AllowPublicAccess()

public void AllowPublicAccess()

Exceptions

IOException

AllowSameSignatureAccess()

public void AllowSameSignatureAccess()

Exceptions

IOException

Close()

public void Close()

Exceptions

IOException

Commit(Executor, Consumer<Integer>)

public void Commit(Executor arg0, Consumer<Integer> arg1)

Parameters

arg0 Executor

Executor

arg1 Consumer<Integer>

Consumer

Exceptions

IOException

GetSize()

public long GetSize()

Returns

long

long

Exceptions

IOException

IsPackageAccessAllowed(String, byte[])

public bool IsPackageAccessAllowed(String arg0, byte[] arg1)

Parameters

arg0 String

String

arg1 byte[]

byte

Returns

bool

bool

Exceptions

IOException

IsPublicAccessAllowed()

public bool IsPublicAccessAllowed()

Returns

bool

bool

Exceptions

IOException

IsSameSignatureAccessAllowed()

public bool IsSameSignatureAccessAllowed()

Returns

bool

bool

Exceptions

IOException

OpenRead()

public ParcelFileDescriptor OpenRead()

Returns

ParcelFileDescriptor

ParcelFileDescriptor

Exceptions

IOException

OpenWrite(long, long)

public ParcelFileDescriptor OpenWrite(long arg0, long arg1)

Parameters

arg0 long

long

arg1 long

long

Returns

ParcelFileDescriptor

ParcelFileDescriptor

Exceptions

IOException