Class ObjectStreamConstants
public class ObjectStreamConstants : JVMBridgeCore<ObjectStreamConstants>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IObjectStreamConstants
- Inheritance
-
JVMBridgeCoreJVMBridgeCore<ObjectStreamConstants>ObjectStreamConstants
- Implements
- Inherited Members
-
JVMBridgeCore<ObjectStreamConstants>.SExecuteWithSignature<TReturn>(string, string, params object[])JVMBridgeCore<ObjectStreamConstants>.IsAssignableFrom(IJavaType)JVMBridgeCore<ObjectStreamConstants>.IsAssignableFrom<T>()JVMBridgeCore<ObjectStreamConstants>.Execute<T>(params T[])JVMBridgeCore<ObjectStreamConstants>.DynBridgeClazzJVMBridgeCore<ObjectStreamConstants>.BridgeClazzJVMBridgeCore.ReferenceEqualsJVM(IJVMBridgeBase, IJVMBridgeBase)JVMBridgeCore.RuntimeClassNameOf<T>()JVMBridgeCore.ClassNameOf<T>()JVMBridgeCore.ClassOf<T>()JVMBridgeCore.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeCore.Wraps<TNewClass>(IJavaObject)JVMBridgeCore.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeCore.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeCore.MonitorEnter()JVMBridgeCore.MonitorExit()JVMBridgeCore.IsInstanceOf(IJavaType)JVMBridgeCore.IsInstanceOf<T>()JVMBridgeCore.RuntimeIsInstanceOf<T>()JVMBridgeCore.CastTo<TNewClass>()JVMBridgeCore.CastDirect<TNewClass>()JVMBridgeCore.ToString()JVMBridgeCore.Equals(IJVMBridgeBase)JVMBridgeCore.GetHashCode()JVMBridgeCore.Notify()JVMBridgeCore.NotifyAll()JVMBridgeCore.Wait()JVMBridgeCore.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeCore.DynBridgeInstanceJVMBridgeCore.BridgeInstanceJVMBridgeCore.IsBridgeListener
- Extension Methods
Constructors
ObjectStreamConstants(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ObjectStreamConstants(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
ObjectStreamConstants(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
[Obsolete("ObjectStreamConstants class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ObjectStreamConstants(params object[] args)
Parameters
argsobject[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
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 Closeable
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
PROTOCOL_VERSION_1
public static int PROTOCOL_VERSION_1 { get; }
Property Value
PROTOCOL_VERSION_2
public static int PROTOCOL_VERSION_2 { get; }
Property Value
SC_BLOCK_DATA
public static byte SC_BLOCK_DATA { get; }
Property Value
SC_ENUM
public static byte SC_ENUM { get; }
Property Value
SC_EXTERNALIZABLE
public static byte SC_EXTERNALIZABLE { get; }
Property Value
SC_SERIALIZABLE
public static byte SC_SERIALIZABLE { get; }
Property Value
SC_WRITE_METHOD
public static byte SC_WRITE_METHOD { get; }
Property Value
STREAM_MAGIC
public static short STREAM_MAGIC { get; }
Property Value
STREAM_VERSION
public static short STREAM_VERSION { get; }
Property Value
SUBCLASS_IMPLEMENTATION_PERMISSION
public static SerializablePermission SUBCLASS_IMPLEMENTATION_PERMISSION { get; }
Property Value
SUBSTITUTION_PERMISSION
https://docs.oracle.com/javase/8/docs/api/java/io/ObjectStreamConstants.html#SUBSTITUTION_PERMISSION
public static SerializablePermission SUBSTITUTION_PERMISSION { get; }
Property Value
TC_ARRAY
public static byte TC_ARRAY { get; }
Property Value
TC_BASE
public static byte TC_BASE { get; }
Property Value
TC_BLOCKDATA
public static byte TC_BLOCKDATA { get; }
Property Value
TC_BLOCKDATALONG
public static byte TC_BLOCKDATALONG { get; }
Property Value
TC_CLASS
public static byte TC_CLASS { get; }
Property Value
TC_CLASSDESC
public static byte TC_CLASSDESC { get; }
Property Value
TC_ENDBLOCKDATA
public static byte TC_ENDBLOCKDATA { get; }
Property Value
TC_ENUM
public static byte TC_ENUM { get; }
Property Value
TC_EXCEPTION
public static byte TC_EXCEPTION { get; }
Property Value
TC_LONGSTRING
public static byte TC_LONGSTRING { get; }
Property Value
TC_MAX
public static byte TC_MAX { get; }
Property Value
TC_NULL
public static byte TC_NULL { get; }
Property Value
TC_OBJECT
public static byte TC_OBJECT { get; }
Property Value
TC_PROXYCLASSDESC
public static byte TC_PROXYCLASSDESC { get; }
Property Value
TC_REFERENCE
public static byte TC_REFERENCE { get; }
Property Value
TC_RESET
public static byte TC_RESET { get; }
Property Value
TC_STRING
public static byte TC_STRING { get; }
Property Value
baseWireHandle
public static int baseWireHandle { get; }