Class Base64
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CRLF
public static int CRLF { get; set; }
Property Value
DEFAULT
public static int DEFAULT { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
NO_CLOSE
public static int NO_CLOSE { get; set; }
Property Value
NO_PADDING
public static int NO_PADDING { get; set; }
Property Value
NO_WRAP
public static int NO_WRAP { get; set; }
Property Value
URL_SAFE
public static int URL_SAFE { get; set; }
Property Value
Methods
Decode(String, int)
public static byte[] Decode(String arg0, int arg1)
Parameters
Returns
Decode(byte[], int)
public static byte[] Decode(byte[] arg0, int arg1)
Parameters
Returns
Decode(byte[], int, int, int)
public static byte[] Decode(byte[] arg0, int arg1, int arg2, int arg3)
Parameters
Returns
Encode(byte[], int)
public static byte[] Encode(byte[] arg0, int arg1)
Parameters
Returns
Encode(byte[], int, int, int)
public static byte[] Encode(byte[] arg0, int arg1, int arg2, int arg3)
Parameters
Returns
EncodeToString(byte[], int)
public static String EncodeToString(byte[] arg0, int arg1)
Parameters
Returns
EncodeToString(byte[], int, int, int)
public static String EncodeToString(byte[] arg0, int arg1, int arg2, int arg3)