Class TBitConverter

Unit

Declaration

type TBitConverter = class(TObject)

Description

This item has no description.

Hierarchy

Overview

Methods

Public generic class procedure UnsafeFrom<T>(const ASrcValue: T; var ADestination: Array of Byte; AOffset: Integer = 0); static;
Public generic class procedure From<T>(const ASrcValue: T; var ADestination: Array of Byte; AOffset: Integer = 0); static;
Public generic class function UnsafeInTo<T>(const ASource: Array of Byte; AOffset: Integer = 0): T; static;
Public generic class function InTo<T>(const ASource: Array of Byte; AOffset: Integer = 0): T; static;
Public generic procedure InstanceUnsafeFrom<T>(const ASrcValue: T; var ADestination: Array of Byte; AOffset: Integer = 0); static;
Public generic procedure InstanceFrom<T>(const ASrcValue: T; var ADestination: Array of Byte; AOffset: Integer = 0); static;
Public generic function InstanceUnsafeInTo<T>(const ASource: Array of Byte; AOffset: Integer = 0): T; static;
Public generic function InstanceInTo<T>(const ASource: Array of Byte; AOffset: Integer = 0): T; static;

Description

Methods

Public generic class procedure UnsafeFrom<T>(const ASrcValue: T; var ADestination: Array of Byte; AOffset: Integer = 0); static;

This item has no description.

Public generic class procedure From<T>(const ASrcValue: T; var ADestination: Array of Byte; AOffset: Integer = 0); static;

This item has no description.

Public generic class function UnsafeInTo<T>(const ASource: Array of Byte; AOffset: Integer = 0): T; static;

This item has no description.

Public generic class function InTo<T>(const ASource: Array of Byte; AOffset: Integer = 0): T; static;

This item has no description.

Public generic procedure InstanceUnsafeFrom<T>(const ASrcValue: T; var ADestination: Array of Byte; AOffset: Integer = 0); static;

This item has no description.

Public generic procedure InstanceFrom<T>(const ASrcValue: T; var ADestination: Array of Byte; AOffset: Integer = 0); static;

This item has no description.

Public generic function InstanceUnsafeInTo<T>(const ASource: Array of Byte; AOffset: Integer = 0): T; static;

This item has no description.

Public generic function InstanceInTo<T>(const ASource: Array of Byte; AOffset: Integer = 0): T; static;

This item has no description.