Click or drag to resize

BERDecoder Methods

The BERDecoder type exposes the following members.

Methods
  Name Description
Protected method checkTagForObject  
Public method createInstanceForElement
(Inherited from Decoder)
Public method decodeT
(Inherited from Decoder)
Public method decodeAny
(Overrides DecoderdecodeAny(DecodedObjectObject, Type, ElementInfo, Stream))
Public method decodeBitString
(Overrides DecoderdecodeBitString(DecodedObjectObject, Type, ElementInfo, Stream))
Public method decodeBoolean
(Overrides DecoderdecodeBoolean(DecodedObjectObject, Type, ElementInfo, Stream))
Public method decodeBoxedType
(Inherited from Decoder)
Public method decodeChoice
(Overrides DecoderdecodeChoice(DecodedObjectObject, Type, ElementInfo, Stream))
Public method decodeClassType
(Inherited from Decoder)
Public method decodeCSElement
(Inherited from Decoder)
Public method decodeCSEnum
(Inherited from Decoder)
Public method decodeElement
(Inherited from Decoder)
Public method decodeEnum
(Inherited from Decoder)
Public method decodeEnumItem
(Overrides DecoderdecodeEnumItem(DecodedObjectObject, Type, Type, ElementInfo, Stream))
Public method decodeInteger
(Overrides DecoderdecodeInteger(DecodedObjectObject, Type, ElementInfo, Stream))
Protected method decodeIntegerValue  
Protected method decodeLength  
Protected method decodeLongValue(Stream)  
Protected method decodeLongValue(Stream, DecodedObjectInt32)  
Public method decodeNull
(Overrides DecoderdecodeNull(DecodedObjectObject, Type, ElementInfo, Stream))
Public method decodeObjectIdentifier
(Overrides DecoderdecodeObjectIdentifier(DecodedObjectObject, Type, ElementInfo, Stream))
Public method decodeOctetString
(Overrides DecoderdecodeOctetString(DecodedObjectObject, Type, ElementInfo, Stream))
Public method decodePreparedElement
(Inherited from Decoder)
Public method decodeReal
(Overrides DecoderdecodeReal(DecodedObjectObject, Type, ElementInfo, Stream))
Public method decodeSequence
(Overrides DecoderdecodeSequence(DecodedObjectObject, Type, ElementInfo, Stream))
Public method decodeSequenceField
(Inherited from Decoder)
Public method decodeSequenceOf
(Overrides DecoderdecodeSequenceOf(DecodedObjectObject, Type, ElementInfo, Stream))
Protected method decodeSet  
Public method decodeString
(Overrides DecoderdecodeString(DecodedObjectObject, Type, ElementInfo, Stream))
Public method decodeTag
(Overrides DecoderdecodeTag(Stream))
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method initDefaultValues
(Inherited from Decoder)
Public method invokeSelectMethodForField
(Inherited from Decoder)
Public method invokeSetterMethodForField
(Inherited from Decoder)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also