Class TRALBase64
Unit
Declaration
type TRALBase64 = class(TObject)
Description
TRALBase64
Hierarchy
- TObject
- TRALBase64
Overview
Methods
![]() |
class function Decode(AValue: TBytes): StringRAL; overload; |
![]() |
class function Decode(AValue: TStream): StringRAL; overload; |
![]() |
class function Decode(const AValue: StringRAL): StringRAL; overload; |
![]() |
class function DecodeAsBytes(const AValue: StringRAL): TBytes; overload; |
![]() |
class function DecodeAsBytes(AValue: TStream): TBytes; overload; |
![]() |
class function DecodeAsStream(AValue: TStream): TStream; overload; |
![]() |
class function DecodeAsStream(AValue: StringRAL): TStream; overload; |
![]() |
class function Encode(AValue: TStream): StringRAL; overload; |
![]() |
class function Encode(AValue: TBytes): StringRAL; overload; |
![]() |
class function Encode(const AValue: StringRAL; ABinary : boolean = false): StringRAL; overload; |
![]() |
class function EncodeAsBytes(const AValue: StringRAL): TBytes; overload; |
![]() |
class function EncodeAsBytes(AValue: TStream): TBytes; overload; |
![]() |
class function EncodeAsStream(AValue: TStream): TStream; overload; |
![]() |
class function FromBase64Url(const AValue: StringRAL): StringRAL; |
![]() |
class function GetSizeDecode(ASize: Int64RAL): Int64RAL; |
![]() |
class function GetSizeEncode(ASize: Int64RAL): Int64RAL; |
![]() |
class function ToBase64Url(const AValue: StringRAL): StringRAL; |
![]() |
class function DecodeBase64(AInput, AOutput: PByte; AInputLen: Integer): IntegerRAL; |
![]() |
class function EncodeBase64(AInput, AOutput: PByte; AInputLen: Integer): IntegerRAL; |
Description
Methods
![]() |
class function Decode(AValue: TBytes): StringRAL; overload; |
![]() |
class function Decode(AValue: TStream): StringRAL; overload; |
![]() |
class function Decode(const AValue: StringRAL): StringRAL; overload; |
![]() |
class function DecodeAsBytes(const AValue: StringRAL): TBytes; overload; |
![]() |
class function DecodeAsBytes(AValue: TStream): TBytes; overload; |
![]() |
class function DecodeAsStream(AValue: TStream): TStream; overload; |
![]() |
class function DecodeAsStream(AValue: StringRAL): TStream; overload; |
![]() |
class function Encode(AValue: TStream): StringRAL; overload; |
![]() |
class function Encode(AValue: TBytes): StringRAL; overload; |
![]() |
class function Encode(const AValue: StringRAL; ABinary : boolean = false): StringRAL; overload; |
![]() |
class function EncodeAsBytes(const AValue: StringRAL): TBytes; overload; |
![]() |
class function EncodeAsBytes(AValue: TStream): TBytes; overload; |
![]() |
class function EncodeAsStream(AValue: TStream): TStream; overload; |
![]() |
class function FromBase64Url(const AValue: StringRAL): StringRAL; |
![]() |
class function GetSizeDecode(ASize: Int64RAL): Int64RAL; |
![]() |
class function GetSizeEncode(ASize: Int64RAL): Int64RAL; |
![]() |
class function ToBase64Url(const AValue: StringRAL): StringRAL; |
![]() |
class function DecodeBase64(AInput, AOutput: PByte; AInputLen: Integer): IntegerRAL; |
![]() |
class function EncodeBase64(AInput, AOutput: PByte; AInputLen: Integer): IntegerRAL; |
GitHub Repository
Generated by PasDoc 0.16.0.

