Table of Contents

Class Base64

Namespace
Android.Util
Assembly
MASES.Netdroid.dll
public class Base64 : JVMBridgeBase<Base64>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
Base64
Implements
Extension Methods

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CRLF

public static int CRLF { get; set; }

Property Value

int

DEFAULT

public static int DEFAULT { 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

NO_CLOSE

public static int NO_CLOSE { get; set; }

Property Value

int

NO_PADDING

public static int NO_PADDING { get; set; }

Property Value

int

NO_WRAP

public static int NO_WRAP { get; set; }

Property Value

int

URL_SAFE

public static int URL_SAFE { get; set; }

Property Value

int

Methods

Decode(String, int)

public static byte[] Decode(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

Returns

byte[]

byte

Decode(byte[], int)

public static byte[] Decode(byte[] arg0, int arg1)

Parameters

arg0 byte[]

byte

arg1 int

int

Returns

byte[]

byte

Decode(byte[], int, int, int)

public static byte[] Decode(byte[] arg0, int arg1, int arg2, int arg3)

Parameters

arg0 byte[]

byte

arg1 int

int

arg2 int

int

arg3 int

int

Returns

byte[]

byte

Encode(byte[], int)

public static byte[] Encode(byte[] arg0, int arg1)

Parameters

arg0 byte[]

byte

arg1 int

int

Returns

byte[]

byte

Encode(byte[], int, int, int)

public static byte[] Encode(byte[] arg0, int arg1, int arg2, int arg3)

Parameters

arg0 byte[]

byte

arg1 int

int

arg2 int

int

arg3 int

int

Returns

byte[]

byte

EncodeToString(byte[], int)

public static String EncodeToString(byte[] arg0, int arg1)

Parameters

arg0 byte[]

byte

arg1 int

int

Returns

String

String

EncodeToString(byte[], int, int, int)

public static String EncodeToString(byte[] arg0, int arg1, int arg2, int arg3)

Parameters

arg0 byte[]

byte

arg1 int

int

arg2 int

int

arg3 int

int

Returns

String

String