public class BlobReader extends ValueType
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Reflection.Metadata.BlobReader
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Reflection.Metadata, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Reflection.Metadata
|
static java.lang.String |
className
Qualified class name: System.Reflection.Metadata.BlobReader
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
BlobReader() |
BlobReader(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Align(byte alignment) |
static BlobReader |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into BlobReader, a cast assert is made to check if types are compatible. |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
int |
getLength() |
int |
getOffset() |
int |
getRemainingBytes() |
int |
IndexOf(byte value) |
BlobHandle |
ReadBlobHandle() |
boolean |
ReadBoolean() |
byte |
ReadByte() |
byte[] |
ReadBytes(int byteCount) |
void |
ReadBytes(int byteCount,
byte[] buffer,
int bufferOffset) |
void |
ReadBytes(int dupParam0,
JCORefOut dupParam1,
int dupParam2) |
char |
ReadChar() |
int |
ReadCompressedInteger() |
int |
ReadCompressedSignedInteger() |
NetObject |
ReadConstant(ConstantTypeCode typeCode) |
DateTime |
ReadDateTime() |
Decimal |
ReadDecimal() |
double |
ReadDouble() |
Guid |
ReadGuid() |
short |
ReadInt16() |
int |
ReadInt32() |
long |
ReadInt64() |
SByte |
ReadSByte() |
SerializationTypeCode |
ReadSerializationTypeCode() |
java.lang.String |
ReadSerializedString() |
SignatureHeader |
ReadSignatureHeader() |
SignatureTypeCode |
ReadSignatureTypeCode() |
Single |
ReadSingle() |
EntityHandle |
ReadTypeHandle() |
UInt16 |
ReadUInt16() |
UInt32 |
ReadUInt32() |
UInt64 |
ReadUInt64() |
java.lang.String |
ReadUTF16(int byteCount) |
java.lang.String |
ReadUTF8(int byteCount) |
void |
Reset() |
void |
setJCOInstance(JCObject instance) |
void |
setOffset(int Offset) |
boolean |
TryReadCompressedInteger(JCORefOut<java.util.concurrent.atomic.AtomicInteger> value) |
boolean |
TryReadCompressedSignedInteger(JCORefOut<java.util.concurrent.atomic.AtomicInteger> value) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public BlobReader()
throws java.lang.Throwable
java.lang.Throwablepublic BlobReader(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void Align(byte alignment)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ObjectDisposedException,
BadImageFormatException
public static BlobReader cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into BlobReader, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedBlobReader instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ValueTypeString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ValueTypeString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ValueTypeObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ValueTypeString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ValueTypeJCType representing the CLR Type of the instantiated Classpublic int getLength()
throws java.lang.Throwable
java.lang.Throwablepublic int getOffset()
throws java.lang.Throwable
java.lang.Throwablepublic int getRemainingBytes()
throws java.lang.Throwable
java.lang.Throwablepublic int IndexOf(byte value)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException
public BlobHandle ReadBlobHandle() throws java.lang.Throwable, BadImageFormatException
java.lang.ThrowableBadImageFormatExceptionpublic boolean ReadBoolean()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
BadImageFormatException
public byte ReadByte()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
BadImageFormatException
public byte[] ReadBytes(int byteCount)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
BadImageFormatException
public void ReadBytes(int byteCount,
byte[] buffer,
int bufferOffset)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
BadImageFormatException,
ArrayTypeMismatchException
public void ReadBytes(int dupParam0,
JCORefOut dupParam1,
int dupParam2)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
BadImageFormatException,
ArrayTypeMismatchException
public char ReadChar()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
BadImageFormatException
public int ReadCompressedInteger()
throws java.lang.Throwable,
ArgumentException,
BadImageFormatException
java.lang.ThrowableArgumentExceptionBadImageFormatExceptionpublic int ReadCompressedSignedInteger()
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
BadImageFormatException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionBadImageFormatExceptionpublic NetObject ReadConstant(ConstantTypeCode typeCode) throws java.lang.Throwable, ArgumentException, InvalidOperationException, BadImageFormatException, PlatformNotSupportedException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionBadImageFormatExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionpublic DateTime ReadDateTime() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, BadImageFormatException, ArgumentOutOfRangeException
public Decimal ReadDecimal() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, BadImageFormatException, InvalidOperationException, IndexOutOfRangeException, FormatException
public double ReadDouble()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
BadImageFormatException
public Guid ReadGuid() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, BadImageFormatException
public short ReadInt16()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
BadImageFormatException
public int ReadInt32()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
BadImageFormatException
public long ReadInt64()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
BadImageFormatException
public SByte ReadSByte() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, BadImageFormatException
public SerializationTypeCode ReadSerializationTypeCode() throws java.lang.Throwable, ArgumentException, InvalidOperationException, BadImageFormatException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionBadImageFormatExceptionpublic java.lang.String ReadSerializedString()
throws java.lang.Throwable,
ArgumentException,
BadImageFormatException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentExceptionBadImageFormatExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionpublic SignatureHeader ReadSignatureHeader() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, BadImageFormatException
public SignatureTypeCode ReadSignatureTypeCode() throws java.lang.Throwable, ArgumentException, InvalidOperationException, BadImageFormatException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionBadImageFormatExceptionpublic Single ReadSingle() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, BadImageFormatException
public EntityHandle ReadTypeHandle() throws java.lang.Throwable, ArgumentException, InvalidOperationException, BadImageFormatException, NotSupportedException, PlatformNotSupportedException, IndexOutOfRangeException
public UInt16 ReadUInt16() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, BadImageFormatException
public UInt32 ReadUInt32() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, BadImageFormatException
public UInt64 ReadUInt64() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, BadImageFormatException
public java.lang.String ReadUTF16(int byteCount)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
BadImageFormatException,
ArgumentOutOfRangeException
public java.lang.String ReadUTF8(int byteCount)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
BadImageFormatException,
ArgumentOutOfRangeException
public void Reset()
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class ValueTypepublic void setOffset(int Offset)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ObjectDisposedException,
BadImageFormatException
public boolean TryReadCompressedInteger(JCORefOut<java.util.concurrent.atomic.AtomicInteger> value) throws java.lang.Throwable, ArgumentException, InvalidOperationException, BadImageFormatException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionBadImageFormatExceptionpublic boolean TryReadCompressedSignedInteger(JCORefOut<java.util.concurrent.atomic.AtomicInteger> value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, BadImageFormatException