The ASDecoderBase type exposes the following members.

Methods

  NameDescription
Public methodCopy
Create a new byte array
Public methoddecodeBlob
Decodes a blob
Public methoddecodeBool
Decodes a boolean value
Public methoddecodeCalendar
Decodes date and time
Public methoddecodeChar
Decodes a character
Public methoddecodeDouble
Decodes a double
Public methoddecodeFloat
Decodes a float value
Public methoddecodeInt
Decodes an integer
Public methoddecodeLong
Decodes a long (64-bit)
Public methoddecodeShort
Decodes a short
Public methoddecodeString
Decodes a string
Public methoddecodeUChar
Decodes an unsigned character
Public methoddecodeUInt
Decodes an unsigned integer
Public methoddecodeULong
Decodes an unsigned long
Public methoddecodeUShort
Decodes an unsigned short
Public methoddump
Dump the underlying byte array to a file
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFree
Release the underlying resource (if not managed)
Public methodGetData
Get the byte at the specified position
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodmoveBy
Move index
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also