The ASDecoderBase type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Copy |
Create a new byte array
|
![]() | decodeBlob |
Decodes a blob
|
![]() | decodeBool |
Decodes a boolean value
|
![]() | decodeCalendar |
Decodes date and time
|
![]() | decodeChar |
Decodes a character
|
![]() | decodeDouble |
Decodes a double
|
![]() | decodeFloat |
Decodes a float value
|
![]() | decodeInt |
Decodes an integer
|
![]() | decodeLong |
Decodes a long (64-bit)
|
![]() | decodeShort |
Decodes a short
|
![]() | decodeString |
Decodes a string
|
![]() | decodeUChar |
Decodes an unsigned character
|
![]() | decodeUInt |
Decodes an unsigned integer
|
![]() | decodeULong |
Decodes an unsigned long
|
![]() | decodeUShort |
Decodes an unsigned short
|
![]() | dump |
Dump the underlying byte array to a file
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Free |
Release the underlying resource (if not managed)
|
![]() | GetData |
Get the byte at the specified position
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | moveBy |
Move index
|
![]() | ToString | (Inherited from Object.) |