Class tmemorystringstream

Unit

Declaration

type tmemorystringstream = class(tmemorystream)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected procedure SetCapacity(NewCapacity: PtrInt) override;
Protected function getcapacity: ptrint override;
Protected function getmemory: pointer; override;
Protected Function GetSize: Int64; Override;
Protected function GetPosition: Int64; Override;
Public constructor create;
Public procedure SetSize( NewSize: PtrInt); override;
Public function Seek(const Offset: Int64; Origin: TSeekOrigin): Int64; override;
Public procedure destroyasstring(out data: string);

Description

Methods

Protected procedure SetCapacity(NewCapacity: PtrInt) override;

This item has no description.

Protected function getcapacity: ptrint override;

This item has no description.

Protected function getmemory: pointer; override;

This item has no description.

Protected Function GetSize: Int64; Override;

This item has no description.

Protected function GetPosition: Int64; Override;

This item has no description.

Public constructor create;

This item has no description.

Public procedure SetSize( NewSize: PtrInt); override;

This item has no description.

Public function Seek(const Offset: Int64; Origin: TSeekOrigin): Int64; override;

This item has no description.

Public procedure destroyasstring(out data: string);

This item has no description.


Generated by PasDoc 0.17.0.snapshot.