Click or drag to resize

BERDecoder Class

Inheritance Hierarchy
SystemObject
  GSF.ASN1.CodersDecoder
    GSF.ASN1.Coders.BERBERDecoder

Namespace: GSF.ASN1.Coders.BER
Assembly: GSF.ASN1 (in GSF.ASN1.dll) Version: 2.4.181-beta
Syntax
public class BERDecoder : Decoder
View Source

The BERDecoder type exposes the following members.

Constructors
 NameDescription
Public methodBERDecoderInitializes a new instance of the BERDecoder class
Top
Methods
 NameDescription
Protected methodcheckTagForObject 
Public methodcreateInstanceForElement
(Inherited from Decoder)
Public methoddecodeT
(Inherited from Decoder)
Public methoddecodeAny
(Overrides DecoderdecodeAny(DecodedObjectObject, Type, ElementInfo, Stream))
Public methoddecodeBitString
(Overrides DecoderdecodeBitString(DecodedObjectObject, Type, ElementInfo, Stream))
Public methoddecodeBoolean
(Overrides DecoderdecodeBoolean(DecodedObjectObject, Type, ElementInfo, Stream))
Public methoddecodeBoxedType
(Inherited from Decoder)
Public methoddecodeChoice
(Overrides DecoderdecodeChoice(DecodedObjectObject, Type, ElementInfo, Stream))
Public methoddecodeClassType
(Inherited from Decoder)
Public methoddecodeCSElement
(Inherited from Decoder)
Public methoddecodeCSEnum
(Inherited from Decoder)
Public methoddecodeElement
(Inherited from Decoder)
Public methoddecodeEnum
(Inherited from Decoder)
Public methoddecodeEnumItem
(Overrides DecoderdecodeEnumItem(DecodedObjectObject, Type, Type, ElementInfo, Stream))
Public methoddecodeInteger
(Overrides DecoderdecodeInteger(DecodedObjectObject, Type, ElementInfo, Stream))
Protected methoddecodeIntegerValue 
Protected methoddecodeLength 
Protected methoddecodeLongValue(Stream) 
Protected methoddecodeLongValue(Stream, DecodedObjectInt32) 
Public methoddecodeNull
(Overrides DecoderdecodeNull(DecodedObjectObject, Type, ElementInfo, Stream))
Public methoddecodeObjectIdentifier
(Overrides DecoderdecodeObjectIdentifier(DecodedObjectObject, Type, ElementInfo, Stream))
Public methoddecodeOctetString
(Overrides DecoderdecodeOctetString(DecodedObjectObject, Type, ElementInfo, Stream))
Public methoddecodePreparedElement
(Inherited from Decoder)
Public methoddecodeReal
(Overrides DecoderdecodeReal(DecodedObjectObject, Type, ElementInfo, Stream))
Public methoddecodeSequence
(Overrides DecoderdecodeSequence(DecodedObjectObject, Type, ElementInfo, Stream))
Public methoddecodeSequenceField
(Inherited from Decoder)
Public methoddecodeSequenceOf
(Overrides DecoderdecodeSequenceOf(DecodedObjectObject, Type, ElementInfo, Stream))
Protected methoddecodeSet 
Public methoddecodeString
(Overrides DecoderdecodeString(DecodedObjectObject, Type, ElementInfo, Stream))
Public methoddecodeTag
(Overrides DecoderdecodeTag(Stream))
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodinitDefaultValues
(Inherited from Decoder)
Public methodinvokeSelectMethodForField
(Inherited from Decoder)
Public methodinvokeSetterMethodForField
(Inherited from Decoder)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also