Abstract class for native types which can be packed/unpacked using Array.pack and String.unpack.
| DescriptorType | Abstract class for native types which can be packed/unpacked using Array.pack and String.unpack. |
| Functions | |
| DescriptorType. | Return memory class required for storing values of this type. |
| DescriptorType.pack | Pack value. |
| DescriptorType.pack | Unpack Ruby string to value. |
| set | Overwrite value. |
Return memory class required for storing values of this type.
def DescriptorType.memory
Pack value.
def DescriptorType.pack( value )
Overwrite value.
def set( value = typecode.default )