Table of Contents

Class ObjectStreamConstants

Namespace
Java.Io
Assembly
MASES.JNet.dll
public class ObjectStreamConstants : JVMBridgeBase<ObjectStreamConstants>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IObjectStreamConstants
Inheritance
ObjectStreamConstants
Implements
Extension Methods

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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

PROTOCOL_VERSION_1

public static int PROTOCOL_VERSION_1 { get; set; }

Property Value

int

PROTOCOL_VERSION_2

public static int PROTOCOL_VERSION_2 { get; set; }

Property Value

int

SC_BLOCK_DATA

public static byte SC_BLOCK_DATA { get; set; }

Property Value

byte

SC_ENUM

public static byte SC_ENUM { get; set; }

Property Value

byte

SC_EXTERNALIZABLE

public static byte SC_EXTERNALIZABLE { get; set; }

Property Value

byte

SC_SERIALIZABLE

public static byte SC_SERIALIZABLE { get; set; }

Property Value

byte

SC_WRITE_METHOD

public static byte SC_WRITE_METHOD { get; set; }

Property Value

byte

STREAM_MAGIC

public static short STREAM_MAGIC { get; set; }

Property Value

short

STREAM_VERSION

public static short STREAM_VERSION { get; set; }

Property Value

short

SUBCLASS_IMPLEMENTATION_PERMISSION

public static SerializablePermission SUBCLASS_IMPLEMENTATION_PERMISSION { get; set; }

Property Value

SerializablePermission

SUBSTITUTION_PERMISSION

public static SerializablePermission SUBSTITUTION_PERMISSION { get; set; }

Property Value

SerializablePermission

TC_ARRAY

public static byte TC_ARRAY { get; set; }

Property Value

byte

TC_BASE

public static byte TC_BASE { get; set; }

Property Value

byte

TC_BLOCKDATA

public static byte TC_BLOCKDATA { get; set; }

Property Value

byte

TC_BLOCKDATALONG

public static byte TC_BLOCKDATALONG { get; set; }

Property Value

byte

TC_CLASS

public static byte TC_CLASS { get; set; }

Property Value

byte

TC_CLASSDESC

public static byte TC_CLASSDESC { get; set; }

Property Value

byte

TC_ENDBLOCKDATA

public static byte TC_ENDBLOCKDATA { get; set; }

Property Value

byte

TC_ENUM

public static byte TC_ENUM { get; set; }

Property Value

byte

TC_EXCEPTION

public static byte TC_EXCEPTION { get; set; }

Property Value

byte

TC_LONGSTRING

public static byte TC_LONGSTRING { get; set; }

Property Value

byte

TC_MAX

public static byte TC_MAX { get; set; }

Property Value

byte

TC_NULL

public static byte TC_NULL { get; set; }

Property Value

byte

TC_OBJECT

public static byte TC_OBJECT { get; set; }

Property Value

byte

TC_PROXYCLASSDESC

public static byte TC_PROXYCLASSDESC { get; set; }

Property Value

byte

TC_REFERENCE

public static byte TC_REFERENCE { get; set; }

Property Value

byte

TC_RESET

public static byte TC_RESET { get; set; }

Property Value

byte

TC_STRING

public static byte TC_STRING { get; set; }

Property Value

byte

baseWireHandle

public static int baseWireHandle { get; set; }

Property Value

int